Upon reloading my browser, the app preview is now blank. None of my components are appearing. I have no errors in the debugger.
If everything suddenly goes blank after a reload and there are no errors in the debugger, itβs most likely a rendering glitch, not actual data loss.
You can try:
- Switch to another screen (like
gateDetailsScreen
) and then back topeopleListScreen
. This can force the editor to re-render, sometimes it just doesnβt load the screen properly after a refresh. - Check the component tree on the left. If your components are still listed there, they might just be hidden.
- Try Preview Mode, then switch back to Edit Mode. This can sometimes shake things loose if the editor is stuck.
- If none of that works, try duplicating the screen, that often helps if something internal is bugged.
1 Like
Hi @Sam_Parks, I have to +1 @Anggita_Hayu here. Did any of these ideas work?