HULKs / mopad

Moderated Organization PAD (powerful, agile, distributed)
MIT License
1 stars 1 forks source link

Chestboard bootloop in firefox private mode #11

Closed ahasselbring closed 3 years ago

ahasselbring commented 3 years ago

(i.e. the actual page never loads)

Console says:

Uncaught Error: InvalidStateError: A mutation operation was attempted on a database that did not allow mutations.
    onerror auth.esm.js:291
    Au auth.esm.js:291
    Et auth.esm.js:84
    Au auth.esm.js:291
    Mu auth.esm.js:292
    r auth.esm.js:292
    Et auth.esm.js:84
    Ru auth.esm.js:292
    <anonymous> auth.esm.js:293
    b auth.esm.js:296
    g auth.esm.js:88
    zt auth.esm.js:91
    Ut auth.esm.js:91
    fc auth.esm.js:90
    Ot auth.esm.js:84
    promise callback*dt auth.esm.js:84
    bt auth.esm.js:84
    Vt auth.esm.js:90
    Rt auth.esm.js:89
    It auth.esm.js:85
    Hu auth.esm.js:296
    oc auth.esm.js:302
    ac auth.esm.js:302
    rf auth.esm.js:369
    hf auth.esm.js:372
    instanceFactory auth.esm.js:432
    getOrInitializeService provider.ts:194
    getImmediate provider.ts:95
    instanceFactory auth.esm.js:433
    getOrInitializeService provider.ts:194
    getImmediate provider.ts:95
    e index.esm.js:5550
    e index.esm.js:15267
    n index.esm.js:15252
    <anonymous> index.esm.js:17071
    <anonymous> index.esm.js:17072
    getOrInitializeService provider.ts:194
    getImmediate provider.ts:95
    _getService firebaseApp.ts:127
    f firebaseNamespaceCore.ts:228
    h firebaseNamespaceCore.ts:209
    m useDocumentsAsObject.js:7
    qe useUsers.js:4
    React 12
    151 index.js:27
    l (index):1
    t (index):1
    r (index):1
    <anonymous> main.640beef3.chunk.js:1
auth.esm.js:291:142
h3ndrk commented 3 years ago

Hi @ahasselbring, this is a known problem, since Firefox does not allow to use IndexedDB in private windows which is required for our authentication library. We didn't find an easy fix for that. (One could emulate an IndexedDB in private mode, but this looks very ugly.)

ahasselbring commented 3 years ago

OK