New dev here. Made a signup page and created actions to make you redirect back to the login page after hitting "create account". For whatever reason, when I change some settings around to fix the issue, it will work and then break itself so the "create account button doesn't redirect back to the login page anymore. I have the action sequence as follows: Validate form (SignUpForm) ---> Auth Create Account ---> NavigateTo (LoginPage). Wonder if it could have something to do with the validation. All funtions are deployed properly I think

New dev here. Made a signup page and created actions to make you redirect back to the login page after hitting "create account". For whatever reason, when I change some settings around to fix the issue, it will work and then break itself so the "create account button doesn't redirect back to the login page anymore. I have the action sequence as follows: Validate form (SignUpForm) ---> Auth Create Account ---> NavigateTo (LoginPage). Wonder if it could have something to do with the validation. All funtions are deployed properly I think