How to navigate screens after Sign Up?

Hi there,

I am having trouble with redirecting to HomeScreen after signing up. After clicking the Sign-Up button, the whole live test glitches, and only white appears.

Here’s the screenshot:

Thanks in advance.

Hey @the_insane_asylum125, welcome to the community and thanks for posting. This is a common error, so don’t feel lost! When you use green block from a purple method block, you need to keep that within the ‘then do’ section of the block it came from. Otherwise, it will not work and is considered to be “out of scope”. It’s proprietary to the block it came from. Cant be used with other blocks in other sections of code. Only in it’s local block area.

try this