Web app shows white screen in release mode? #7151
Unanswered
olindenbaum
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When ran in debug mode the web and android apps work fine. But when ran in production (built) or release mode I get a white screen and the following error.
The
[DEFAULT]
is the result of the log below.I have also added a log after initializeApp in index.html to show that It is being created. I have also tried with version 9.1.1
I have tried initialising firebase in flutter in 2 different future builders like the guide says:
and the other way
Any help? I'm assuming it is to do with the index.html file.
Flutter doctor:
Beta Was this translation helpful? Give feedback.
All reactions