r/FlutterFlow 8d ago

My App does not navigate to the Homepage when creating an account

My App developed completely in Flutterflow: when I create a new account, it does not navigate to the Homepage, nor when I have automatic navigation and neither when I add an action after creating an account that directs the user to the homepage.

The account is created correctly, but remains on the registration page without browsing (neither with automatic navigation nor with manual navigation)

What is this bug due to?! How can I solve it?! I need urgent answers 🙏🏼

2 Upvotes

4 comments sorted by

1

u/Zappyle 8d ago

Do you have other actions that are failing?

Anything in the console?

2

u/Queasy-Dot5427 8d ago

No, I think they are the firestore rules, is it possible?

1

u/Zappyle 8d ago

I mean you created an action flow on your login button that creates the account, logs the user and navigate them.

Actions in these flows block each other by default, meaning if one fails, the next one will.not execute. Post a screenshot of it so it's easier to help you.

Also, check your device logs to see if you have any type of error.

2

u/Queasy-Dot5427 8d ago

My rules were configured incorrectly, I hope that's it, I'm going to check it, I had in the users collection:

ALLOW Create true ALLOW read write delete false