You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
In my project, I set for testing purpose the Logged In Page to the Sign Up page instead of the Feed. According to the documentation, the Logged In Page “is the page that will load on app start if a user is already logged in. It's also where we automatically navigate to on a successful sign in.”
I kept the Login Page as the Entry Page, which the docs describe as “the page that will load if a user is not logged in. Use this for login/signup or onboarding flows.”
To test it, I deleted the app for a fresh installation and ran it again. Unexpectedly, the first page shown was the Logged In Page (Sign Up) instead of the Login Page. I was surprised, since I expected the Entry Page (Login) to appear for a new, not-logged-in user.
Expected Behavior
The entry page should be displayed when the app is started for the first time.
Steps to Reproduce
Open the project in FlutterFlow.
Set the Logged In Page to the Sign Up page for testing purposes.
Keep the Login Page as the Entry Page.
Delete the app from your device/simulator/test mode to have a fresh installation.
Reinstall and run the app.
Observe that the first page shown is the Logged In Page (Sign Up) instead of the Login Page.
Reproducible from Blank
The steps to reproduce above start from a blank project.
Can we access your project?
Current Behavior
In my project, I set for testing purpose the Logged In Page to the Sign Up page instead of the Feed. According to the documentation, the Logged In Page “is the page that will load on app start if a user is already logged in. It's also where we automatically navigate to on a successful sign in.”
I kept the Login Page as the Entry Page, which the docs describe as “the page that will load if a user is not logged in. Use this for login/signup or onboarding flows.”
To test it, I deleted the app for a fresh installation and ran it again. Unexpectedly, the first page shown was the Logged In Page (Sign Up) instead of the Login Page. I was surprised, since I expected the Entry Page (Login) to appear for a new, not-logged-in user.
Expected Behavior
The entry page should be displayed when the app is started for the first time.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
ITFXlvHqx892rsBE15PIbcdviWIwFjMLa+cF0+1+FB4jG5OsE+wlePTBbUNKT/HgTUFUBGaZuGYEpfz2juHDNsY4NRSrf6pS0JVPWw3MZESgMaqpDLiCYHEkO99NCWaO3ImvsxZvLvRYZUY131z6Nq3qNleeY8aSfxBlZ7vfcPo=
Visual documentation
Screen_Recording_2025-09-03_at_17.16.40.mov
Environment
Additional Information
No response