-
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
Firestore 426 Upgrade Required error #5901
Comments
Hi elbro, can you share more information? The full HTTP URL that's failing, how to reproduce it, some code snippets if possible. What version of firebase are you using? |
Hey @elbro. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @elbro if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Getting this again; firebase --version: 12.4.2 npm package: "firebase": "^9.23.0" it downloaded the latest version of the emulator .jar, but not sure how to verify this one. project is a nextjs react app, setup;
in console i see this request returning 426
how can I force HTTP 2? firebase.json:
|
In the original report it looks like listCollectionIds is being called - is this from the Emulator UI? Or does the If we can reproduce the problem on our end it'll make fixing it much faster. |
Hey @elbro. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @elbro if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Completely ignoring my app, I see edit: pretty sure it's related to this firebase/firebase-tools-ui#332 |
[REQUIRED] Environment info
firebase-tools: 12.21
Platform: Ubuntu 22.04 (Via WSL2)
[REQUIRED] Test case
Node 18
openjdk 11.0.19
Same exact codebase / install steps works fine in Ubuntu 20, but not on this machine with Ubuntu 22 and all the same versions.
[REQUIRED] Steps to reproduce
firebase emulators:start
appears to connect correctly.
[REQUIRED] Expected behavior
Should connect and work as usual
[REQUIRED] Actual behavior
The text was updated successfully, but these errors were encountered: