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
In Sentry, we're seeing a lot of errors like this one:
FirebaseError: [code=unavailable]: Initialization of query 'Query(target=Target(graphs/xx/notes, filters: [updated_at >= time(1710758459,216000000)], orderBy: [updated_at (asc), __name__ (asc)]); limitType=F)' failed: IndexedDbTransactionError: [code=unavailable]: IndexedDB transaction 'Allocate target' failed: UnknownError: Connection to Indexed Database server lost. Refresh the page to try again [object Object]
This seems to be affecting only a handful of users, but generating a ton of events. Here is the log for the past week:
From Sentry tags, it looks like this issue affects mainly iPad users on mobile Safari. We're seeing this problem affecting users both on our Capacitor iPad app, and directly through iPad Safari.
Sadly, we don't have much more info, as we haven't been able to reproduce this one.
Steps and code to reproduce issue
No reproduction so far
The text was updated successfully, but these errors were encountered:
Operating System
iPad
Browser Version
Latest
Firebase SDK Version
10.8.1
Firebase SDK Product:
Firestore
Describe your project's tooling
React, Next.js, Capacitor
Describe the problem
In Sentry, we're seeing a lot of errors like this one:
This seems to be affecting only a handful of users, but generating a ton of events. Here is the log for the past week:
From Sentry tags, it looks like this issue affects mainly iPad users on mobile Safari. We're seeing this problem affecting users both on our Capacitor iPad app, and directly through iPad Safari.
Sadly, we don't have much more info, as we haven't been able to reproduce this one.
Steps and code to reproduce issue
No reproduction so far
The text was updated successfully, but these errors were encountered: