[Webkit-unassigned] [Bug 277615] IndexedDB failing with "UnknownError: Connection to Indexed Database server lost."

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 14 07:46:42 PDT 2024


https://bugs.webkit.org/show_bug.cgi?id=277615

--- Comment #7 from David Fahlander <david.fahlander at gmail.com> ---
I can confirm that Dexie.js is not able to workaround this issue. Dexie.js has logic in place to re-execute transactions when certain errors happen. However, we've also tried whether reopening the database helps in this case but unfortunately it does not, making it impossible to work around this issue in Dexie.js or in IndexedDB-reliant apps. Doing a window.location.reload() reportedly helped resolving the issue for a customer of mine but it's quite harsh to do that without user confirmation.

Related Dexie issue: https://github.com/dexie/Dexie.js/issues/2008

Similar Ionic issue: https://github.com/ionic-team/ionic-storage/issues/317

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241014/b1a1ac78/attachment.htm>


More information about the webkit-unassigned mailing list