Help! White screen on web viewer and live

Hi! I was trying to see how it was going the blocks that i created for auth and validation but, when I tried to see on web previewer my just show a blank screen, and I dont know why.

When I refresh the web preview it shows fastly the design but disappear

Project Link: Thunkable


Hello @pedroolisboa18f14hjz
I checked your project.
The blocks navigate the user to the next screen immediately after the “screenRegister&Login” screen is open.
This is happening because you initialize the app variable storedUserID to True so is not null always.
image
You can change the variable to “stored”:
image

Oh, i didnt see that.
Thanks for helping!

1 Like