Perhaps someone may have come across this
In flutterflow I recently made updates to a project
I downloaded the new code
In the main directory ran the flutter build web command <~ no issues
In the buid directory ran the firebase deploy command <~ no issues
When going to the live site, I expected to see the updates on the live page instead I flipped out when I saw a white screen.
Lucky there's a rollback feature in firebase.
So I now published to a preview channel and still get the white screen, regardless of Chrome or Firefox.
Currently trying to figure out the why this is happening ๐ค. Stressful ๐คจ
In developer mode the console is indicating missing main.dart.js and manifest.json
Anyone come across this or have any ideas why this is happening