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
Uncaught DOMException: Failed to read large IndexedDB value
Inside Chrome on Android Simulator. I tried also a service worker and give the same result. Works on iOS though. I cannot trace it back to any pglite version (I'm using latest 2.15), maybe a more recent Chrome version broke something?
The text was updated successfully, but these errors were encountered:
Done some testing, I manage to reproduce this on MacOS chrome, it happens when I'm nearing the storage quota of indexedDB. I noticed that the indexDB size only grows (even when I truncate / vacuum full all my tables, is there a way to sort of get back to the initial state without nuking indexDB?
Recently I'm getting this error:
Inside Chrome on Android Simulator. I tried also a service worker and give the same result. Works on iOS though. I cannot trace it back to any pglite version (I'm using latest 2.15), maybe a more recent Chrome version broke something?
The text was updated successfully, but these errors were encountered: