I have had an issue with my project where I am using Custom Auth.
I have screens like this
Welcome (onboard) -> Signup1 -> Signup2 -> ^Home ( according to role )
when logged in then SplashScreen -> ^Home ( according to role )
^ I have a role-based signup system so navigate users according to roles on different home pages.
Now issue Part :
from Signup1 when I press "Create Account"
then redirected me to Signup2 but suddenly after redirected to HomePage.
i have disabled "Navigate Automatically" from Auth Action as well as "Ignore Redirects" from Navigate to Signup2 Action
If anyone Can Resolve this issue than i would be greatfull.