Hi.
I have 2 pages: Entry page - Registration; Logged in page - HomePage.
On Entry page I have 2 text fields (email, password) and 1 button.
When I register on the Entry page, I should be redirected to the Logged in page, but this doesn't happen. In Supabase i have a new row with data, it means that action works.
I also try to add the second action "Navigate to > HomePage", but i doesn't work.
Link for this project http://app.flutterflow.io/project/test3-bnmwv5
Why? What i must do?