-
Notifications
You must be signed in to change notification settings - Fork 28
Description
Can we access your project?
- 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
When running the appp in test mode I receive a red error screen with title "Unexpected null value. The relevant error-causing widget was: FutureBuilder" The stack trace then hints an issue with: auth/firebase_auth/firebase_auth_manager.dart.lib.js
I am able to navigate to other pages, but the lading page cannot be tested due to the error. I made no chagnes to the authentication process and can see that the user is correctly authenticated and loaded from Firebase.
Expected Behavior
When app is run in test mode, it opends the landing page with authenticated user.
Steps to Reproduce
- Create login page and landing page
- Setup Firebase authentication
- Run app in test mode
- Login for first time
- Get redirected to landing page
- Landing page throws Unexpected Null Error
Reproducible from Blank
- The steps to reproduce above start from a blank project.
Bug Report Code (Required)
IT4Czc7q25dNvuZE7rr+Y8JFhiYsKUAkRY0zkupDdEs3N5PMC+wIZ/f7XFRuTde0YHNEP2D9jjsx0MnemvP1K8YFNT+dbohn/4d2SwrKTTmRR8TQCaiWZ25/Dd1gGBDG07uz3wonH/tudV493TmuNe6WcCzYQIezNjAFNcilOZCK2SrDX1iXc2URm05KZDPz
Visual documentation
Environment
- FlutterFlow version: v6.5.23
- Platform:Web
- Browser name and version: Chrome 145.0.7632.109
- Operating system and version affected: Windows 11 Home 25H2Additional Information
No response