So my app is basically done but now I’ve noticed a bug. When the user goes through onboarding and finally hits signup it is linked to another screen and creates the “user”. However, it doesn’t want to transition to the next linked screen.
Oh, I think that might be the issue. I do get an error now saying that the email is already in use even if it isn’t. Is it because I’m pulling information from a different screen?
The “Create User” action can be used as you are using it, but it doesn’t sign a user in, it just creates a record. You would have to use the “Sign In” action after this to achieve both. But the “Sigh Up” does both of these in one step!