Flutter Web - PlatformException(channel-error, Unable to establish connection on channel., null, null) #10195
Unanswered
everfinal88
asked this question in
Q&A
Replies: 1 comment
-
It's probably too late to answer but the problem for me was the apiKey generated in firebase_options.dart was incorrect and had to be manually corrected |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Recently I integrated the firebase core and analytics into my flutter web project. Somehow when I run in localhost, it was working fine but after I deployed to production site then the error below shown in the console.
Here is my firebase version in pubspec.yaml
I followed every instruction in the official document, I even reinstalled the entire firebase so I'm not sure what I missing here. Did anyone know how to deal with this issue?
Any answer will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions