gristlabs / grist-core

Grist is the evolution of spreadsheets.

Home Page:https://www.getgrist.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: t is null

almereyda opened this issue · comments

After pulling the last Grist release and restarting the Compose setup, creation of new team sites is available and works.

Also there is a little error modal that is displayed:

grafik

Clicking the "Report problem" link does not work and errors with "Support form not configured".

The browser console indicates, that it might be erroring on creating some kind of team modal:

RROR: TypeError: t is null
    callAll emit.ts:160
    emit emit.ts:112
    setAndTrigger observable.ts:66
    set observable.ts:56
    u CreateTeamModal.ts:134
[errors.ts:109:2](https://grist.example.com/v/unknown/app/client/models/errors.ts)
Uncaught (in promise) TypeError: t is null
    callAll emit.ts:160
    emit emit.ts:112
    setAndTrigger observable.ts:66
    set observable.ts:56
    u CreateTeamModal.ts:134
[emit.ts:160:6](https://grist.example.com/v/unknown/node_modules/grainjs/lib/emit.ts)

I'm not sure where unknown comes from in this path.

A longer version of the error reads:

ERROR: TypeError: t is null
    callAll emit.ts:160
    emit emit.ts:112
    setAndTrigger observable.ts:66
    set observable.ts:56
    u CreateTeamModal.ts:134
    handleEvent domevent.ts:71
    et domevent.ts:66
    rt domevent.ts:107
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Ie domImpl.ts:134
    a buttons.ts:86
    buildDom CreateTeamModal.ts:174
    buildDom CreateTeamModal.ts:56
    e domComputed.ts:86
    K binding.ts:59
    _evaluate subscribe.ts:128
    z subscribe.ts:79
    G subscribe.ts:202
    K binding.ts:59
    J binding.ts:72
    e domComputed.ts:85
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Be domImpl.ts:169
    Pe domImpl.ts:142
    Re domImpl.ts:154
    Me domImpl.ts:186
    je domComputed.ts:32
    e domComputed.ts:86
    K binding.ts:62
    J binding.ts:72
    e domComputed.ts:85
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Be domImpl.ts:169
[errors.ts:109:2](https://grist.example.com/v/unknown/app/client/models/errors.ts)
Uncaught (in promise) TypeError: t is null
    callAll emit.ts:160
    emit emit.ts:112
    setAndTrigger observable.ts:66
    set observable.ts:56
    u CreateTeamModal.ts:134
    handleEvent domevent.ts:71
    et domevent.ts:66
    rt domevent.ts:107
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Ie domImpl.ts:134
    a buttons.ts:86
    buildDom CreateTeamModal.ts:174
    buildDom CreateTeamModal.ts:56
    e domComputed.ts:86
    K binding.ts:59
    _evaluate subscribe.ts:128
    z subscribe.ts:79
    G subscribe.ts:202
    K binding.ts:59
    J binding.ts:72
    e domComputed.ts:85
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Be domImpl.ts:169
    Pe domImpl.ts:142
    Re domImpl.ts:154
    Me domImpl.ts:186
    je domComputed.ts:32
    e domComputed.ts:86
    K binding.ts:62
    J binding.ts:72
    e domComputed.ts:85
    Be domImpl.ts:163
    Pe domImpl.ts:142
    Be domImpl.ts:169
[emit.ts:160:6](https://grist.example.com/v/unknown/node_modules/grainjs/lib/emit.ts)