-
Notifications
You must be signed in to change notification settings - Fork 928
[email protected] cause "Could not reach Cloud Firestore backend." error. #7968
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
Comments
Hi @youngeun-ahn, thank you for filing this issue. I have a suspect, but not sure if it is the root cause. Could you please try enabling the Other than that, let's try setting debug level logging to get more log info. Is there any abnormal activity in network tab while this bug happens? |
Hello @milaGGL . I tried enabling the Screenshots
|
Strange. Would you be able to provide a minimal repro app so that I can reproduce and debug it on my end? |
Hey @youngeun-ahn. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 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! |
Hi @youngeun-ahn Thank you REF: #8017 (comment) |
Hey @youngeun-ahn. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 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. @youngeun-ahn 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. |
Operating System
Windows 11
Browser Version
Chrome 120.0.0.0
Firebase SDK Version
10.7.2
Firebase SDK Product:
Firestore
Describe your project's tooling
React 18 with craco.
I used
react-query@^3
and@react-query-firebase/firestore
to use firebase with hook.Actually
@react-query-firebase/firestore
depends onfirebase@^9
, but I think there doesn't seem to be a significant relationship, as there are no issues observed with version[email protected]
.Describe the problem
Console

Network

Description
I have encountered the 'offline' error in my project today, and the issue occurs only when accessing a specific Firestore document. Intermittently, it success to access the document, but most of the time, the error occurs.
Though not certain, it seems suspicious when the document name or path contains an
_
(it just a speculation...).The recent change in my project was upgrading from
firebase@^9
tofirebase@^10
.So, after downgrading to
firebase@9
, the problem was resolved.However, to pinpoint the exact version where the issue occurred, I conducted tests by incrementally upgrading the minor version starting from
10.0.0
.The error did not occur up to version
10.6.0
, but it occurs with version10.7.0
.Steps and code to reproduce issue
It might be challenging to implement reproduction steps since the problem occurs intermittently with a specific document.
The text was updated successfully, but these errors were encountered: