firebaseui-web: firebase-auth.js:188 Uncaught Error: Network Error
issue
In the official demo seems to be throwing this network error on slower connections:
firebase-auth.js:188 Uncaught Error: Network Error
at firebase-auth.js:188
Here is a gif of what happened when I tried to sign in with redirect with Facebook provider: https://imgur.com/a/SUGka
how to reproduce
- open dev tools
- throttle network connection to slow 3G
- preserve network and js logs
- click sign in with redirect
- click continue with facebook button
- observe network error
environment
OS: macOS Sierra v10.12 Browser: Chrome Version 62.0.3202.94 (Official Build) (64-bit)
notes
I was not able to reproduce this issue on every system. Seems to work on some computers but not others.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 45 (7 by maintainers)
I am having this issue with the latest 5.8.8 and firebase ui 3.5.2. I tested one version lower too and I’m still getting the error firebase-auth.js:1 Uncaught Error: Network Error at firebase-auth.js:1
Also seeing this error Error: Network Error auth.esm.js:5240
Hi, I’m noticing this error as well… auth.esm.js:255 Uncaught Error: Network Error at auth.esm.js:255 My div is not wrapped in a
<form>
element@bojeil-google: Just wanted to share some of our data with you…
Yesterday, we sampled a small percentage of users into our Firebase registration flow. In the first twenty-four hour window, the Firebase timeout affected ~10% of the calls to Firebase; within that 10% affected, 75% of the timeouts were desktop user-agents. So, this definitely appears to be an issue for our user base and as you can see the longer timeout does appear to be more fault tolerant. We’ll continue to share data as we learn more.
Also getting the same error on React.
Yep, we have the same problems. And can’t resolve it. We have <form> (Redux Form, Formsy) And button with a click inside, not submit. And this problem we see every day. How can I fix it??
it is the year 2077, still waiting for this to be resolved.
@bojeil-google do we have any update on this? Still getting this error and its been 2 days now my app isn’t connecting.
How it’s still not solved?
I found that the problem was in FireBase redirects. I added rewrite for
/__
which is illegal. Removed that, now works.