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
[Forking this from https://github.com//issues/1642 which is currently conflating several issues.]
We have gotten reports that when using Firestore in a web app in Chrome, if the computer goes to sleep (e.g. you close the lid on your laptop), when it wakes back up, sometimes you encounter an error like:
Uncaught (in promise) Error: FIRESTORE (5.11.0) INTERNAL ASSERTION FAILED: AsyncQueue is already failed: Transaction timed out due to inactivity.
@schmidt-sebastian has added some retry logic to the client which may not 100% resolve this but should significantly reduce the frequency of it occurring. I would encourage folks to upgrade to JS SDK v7.2.3 or newer and comment here if they still experience the issue. I'm optimistically closing this issue, but will re-open based on additional feedback. Thanks!
[Forking this from https://github.com//issues/1642 which is currently conflating several issues.]
We have gotten reports that when using Firestore in a web app in Chrome, if the computer goes to sleep (e.g. you close the lid on your laptop), when it wakes back up, sometimes you encounter an error like:
We are currently considering this a bug in Chrome which is being tracked here: https://bugs.chromium.org/p/chromium/issues/detail?id=855624
If you are encountering this, please add details to that Chrome bug, especially if you can help reproduce it. Thanks.
The text was updated successfully, but these errors were encountered: