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
@econte-sprig, @hbkrunal Is this possibly reproducable? Or does it happen extremely sporadic? Of there's any way to reproduce this - be it running something repro in a loop thousands of times and get the issue randomly, that would also count as some kind of repro. If so, there might be chances I could find a way to workaround it when it happens similarly to how we work around #543 and #613 which occur sporadically in chrome och Safari but we solve it by detecting UnknownError and retry the action
We are intermittently seeing the following error uniquely in Safari when calling bulkAdd.
Our code using dexie is unremarkable and looks like this:
It looks to be the same issue as reported in this other project using indexed-db. And their associated fix is here
The text was updated successfully, but these errors were encountered: