My Retool app was working fine until today, but now it displays nothing on mobile (both tablets and phones). However, it still works properly on desktop.
Steps I’ve Taken:
Tested multiple devices (phones and tablets) — all show a blank screen.
Im facing this exact issue right now, on multiple apps, the common thing in my case is that content that is hidden using the localStorage variable is misbehaving.
sure, in our apps the user enters an unique token to identify themselves with our internal systems, once a token is entered, we decode it in our backend and return an userId, thats stored in the localStorage as registeredUserId. We then use {{ !localStorage.values?.registeredUserId }} to hide components and disable queries if no token is presented. The value stored in registeredUserId is a string of an UUID.