Hi everyone,
has anyone seen this error before? After I deploy my web app to my server, and run the app, I get this error in the console "Uncaught ReferenceError: _flutter is not defined". The actual browser is blank.
Steps:
Download code from FlutterFlow
Open code in VS code
run flutter pub get
execute flutter build web
ftp the contents of /build/web to my home directory
Run the app
I only have it on two of the five apps I am currently working on. Never had this issue before. It started yesterday. They were running fine, until I updated the apps, redeployed, then this started to happen. I made the same changes to the other three apps, and they are fine after redeployment with the exact same steps.
Any ideas?