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.
You can change the variable to “stored”:
Oh, i didnt see that.
Thanks for helping!
1 Like