You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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,
(default)
database was deletedAlso, its
note
field in my case was set to "Exception occurred in retry method that was not classified as transient", but theFirebaseFirestoreError
type doesn't include a.note
field. (import { FirebaseFirestoreError } from 'firebase-admin/firestore';
). There was also an emptydetails
field that was not defined inFirebaseFirestoreError
.@dconeybe any chance for this error message to received some TLC?
The text was updated successfully, but these errors were encountered: