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
@pradipaub36 Sorry to hear about your issue. How often does this happen? Is it an isolated incident, or does this happen with any regularity?
From the call stack, it seems like one of the files in the LevelDb directory got deleted just as Firestore code was iterating over the directory. Is it possible that something in your app triggered the deletion? If not, it might be that LevelDb compaction happened to kick off during the iteration. If that's the case, we will put together a fix to make the relevant code tolerate file suddenly becoming unavailable during iteration.
Step 0: Are you in the right place?
Yes
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Our app is crashing with this error code. I couldn't find a way to reproduce this error.
Steps to reproduce:
I couldn't find a way to reproduce this error.
Relevant Code:
The text was updated successfully, but these errors were encountered: