Hi everyone,
I have been using FlutterFlow for a while and everything was working fine until two days ago. Suddenly, when I run my app in Test Mode, all pages load as a completely white/blank screen, even though there are no visible errors in the Debug Panel.
Nothing in my project was changed before this issue started happening, and the same app used to work normally.
Here is what I’m seeing:
Test Mode opens but only shows a white screen
Debug Panel shows the current route as
/Entry Page = HomePageNavbar
Logged-In Page = Slider1
There are no errors shown in the console
The app works in the editor preview, but not in Test Mode
This issue started 2 days ago, before that everything worked perfectly
I suspect it might be related to routing or a recent FlutterFlow update, but I’m not sure.