Hello, I am building a FlutterFlow app called Flash Deals and I am experiencing a navigation problem in Test Mode.
The app starts correctly on SplashScreen and automatically navigates to RoleSelection. RoleSelection also displays correctly.
However, when I press the “Continue as User” button to navigate to another page, the destination becomes a completely blank white screen.
Initially I thought CustomerRegistration was the problem, but I tested the same navigation with several different destination pages, including MerchantLogin, CreateFlashDeal and a newly created test page. They all resulted in the same blank white screen.
The destination pages display normally inside the FlutterFlow Builder. The problem occurs when navigating to them in Test Mode.