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
If Firefox is in private browsing mode or its history setting is "Never remember history", AuntieTuna can't load any lists or interact with IndexedDB.
Console log:
[options] Error: InvalidStateError A mutation operation was attempted on a database that did not allow mutations.
InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.
options.js:13:35
onError moz-extension://aefa24b5-5901-4fd6-8048-7dbe2c34e9d5/js/options.js:13
We could implement a workaround using WebExtension's local storage in place of IndexedDB, but the underlying logic as of now is reliant on Dexie.js handling the filters/joins on rows for us.
The text was updated successfully, but these errors were encountered:
If Firefox is in private browsing mode or its history setting is "Never remember history", AuntieTuna can't load any lists or interact with IndexedDB.
Console log:
This is a known issue in Dexie.js: dexie/Dexie.js#883 and considered a bug in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=781982
We could implement a workaround using WebExtension's local storage in place of IndexedDB, but the underlying logic as of now is reliant on Dexie.js handling the filters/joins on rows for us.
The text was updated successfully, but these errors were encountered: