-
Notifications
You must be signed in to change notification settings - Fork 951
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase SDK proxy error: net::ERR_CONTENT_DECODING_FAILED 200 (OK) #3052
Comments
I'm able to replicate this, but it's |
hey @bkendall upgrading the version number still showed the error for a few refreshes, but then resolved itself somehow. I'm unable to make a consistent reproduction case unfortunately. |
Yeah, I am in the same boat. I actually think this and #3055 are pushing me towards there being some kind of issue in the proxying logic where the response is being truncated. Unfortunately it's tricky to debug this kind of issue, so I'll need some time. Thanks for raising and your patience. |
In javascript, I had the error with 8.2.3 earlier today so I changed the link to 8.2.10 and it resolved, all back to normal. I have never had the error before. Now it has just failed with: So, Firebase dev is now dead. This is a big problem. |
[REQUIRED] Environment info
firebase-tools:
9.2.1
Platform:
macOS
[REQUIRED] Test case
firebase emulators:start --only hosting --project your-project-id
from within the directoryhttp://localhost:5000/
GET http://localhost:5000/__/firebase/8.2.3/firebase-app.js net::ERR_CONTENT_DECODING_FAILED 200 (OK)
firebase-issue-3041.zip - same repro files as #3041
[REQUIRED] Steps to reproduce
http://localhost:5000/
and inspect javascript errors[REQUIRED] Expected behavior
firebase-app.js
loads correctly[REQUIRED] Actual behavior
This does not seem to happen in production and only affects the emulator's response of the firebase libraries.
The text was updated successfully, but these errors were encountered: