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
When multiple tabs are open and a schema version update is triggered (with migrations enabled), only one tab migrates successfully. The other tabs enter an infinite loop, resulting in the following error message:
idb performSave failed: TypeError: Cannot read properties of null (reading 'forEach')
at incremental-indexeddb-adapter.js:519:21
at Array.forEach ()
at k.d [as getData] (incremental-indexeddb-adapter.js:512:24)
at k.get [as data] (lokijs.wmelon.js:1314:31)
at k.ensureId (lokijs.wmelon.js:3397:23)
at t._getChunk (incremental-indexeddb-adapter.js:76:18)
at f (incremental-indexeddb-adapter.js:316:32)
at u (incremental-indexeddb-adapter.js:337:13)
at Array.forEach ()
at t._putInChunks (incremental-indexeddb-adapter.js:370:24)
The text was updated successfully, but these errors were encountered:
When multiple tabs are open and a schema version update is triggered (with migrations enabled), only one tab migrates successfully. The other tabs enter an infinite loop, resulting in the following error message:
idb performSave failed: TypeError: Cannot read properties of null (reading 'forEach')
at incremental-indexeddb-adapter.js:519:21
at Array.forEach ()
at k.d [as getData] (incremental-indexeddb-adapter.js:512:24)
at k.get [as data] (lokijs.wmelon.js:1314:31)
at k.ensureId (lokijs.wmelon.js:3397:23)
at t._getChunk (incremental-indexeddb-adapter.js:76:18)
at f (incremental-indexeddb-adapter.js:316:32)
at u (incremental-indexeddb-adapter.js:337:13)
at Array.forEach ()
at t._putInChunks (incremental-indexeddb-adapter.js:370:24)
The text was updated successfully, but these errors were encountered: