Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: t is null #975

Open
almereyda opened this issue May 13, 2024 · 1 comment
Open

TypeError: t is null #975

almereyda opened this issue May 13, 2024 · 1 comment

Comments

@almereyda
Copy link

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.

@almereyda
Copy link
Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant