Action after account creation

Hi everyone!

I am having some trouble running actions after I create user accounts on my "signUp" page in my project.

Desired functionality:

  • User goes to signUp page. They input their account information

  • They click the "sign up" button present on the page

  • An account is created and they are directed to another page (determined by an action following the "create account" in my action block)

What is currently happening:

  • User goes to signUp page. They input their account information

  • They click the "sign up" button present on the page

  • A user account is created (can see in Firebase), but no subsequent actions occur and user is left stuck on the signUp screen

Does anyone know what the root cause of this issue might be, and how I could address? thanks

1
19 replies