Skip to content
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

Make the "5 NOT FOUND" / "Exception occurred in retry method that was not classified as transient" error message specific and useful #2732

Open
dandv opened this issue Oct 21, 2024 · 2 comments
Assignees

Comments

@dandv
Copy link

dandv commented Oct 21, 2024

I'm raising this specific issue because this "5 NOT FOUND" error is uncharacteristically (for a Google API) unhelpful, confusing and cryptic.

When it comes from using Firestore, it can mean that,

Also, its note field in my case was set to "Exception occurred in retry method that was not classified as transient", but the FirebaseFirestoreError type doesn't include a .note field. (import { FirebaseFirestoreError } from 'firebase-admin/firestore';). There was also an empty details field that was not defined in FirebaseFirestoreError.

@dconeybe any chance for this error message to received some TLC?

@dconeybe
Copy link

Assigning @wu-hui as I don't have any special knowledge of this issue, other than having looked into one of the "NOT FOUND" issues linked to.

@mrmuffyman
Copy link

Thanks a ton @dandv for bringing this up. As a new user, I was stuck for 3 hours trying to figure out this error message. Tons of confusing information on the web on how to just get a simple db write to work but turns out I just wasn't supposed to rename my database on setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants