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

User profile / settings page: TypeError: Cannot convert undefined or null to object #2026

Closed
MetRonnie opened this issue Dec 10, 2024 · 3 comments · Fixed by #2032
Closed
Assignees
Labels

Comments

@MetRonnie
Copy link
Member

image

<span>Jupyter Server Extensions</span>
</v-col>
<v-col cols="9">
<v-text-field
:model-value="Object.keys(user.extensions).join(', ') || 'None'"

@MetRonnie MetRonnie added bug Something isn't working small labels Dec 10, 2024
@MetRonnie MetRonnie added this to the 2.7.0 milestone Dec 10, 2024
@oliver-sanders
Copy link
Member

oliver-sanders commented Dec 11, 2024

I think you need to update your cylc-uiserver fork to pick up this change cylc/cylc-uiserver#641

See also #1982 (comment)

@oliver-sanders
Copy link
Member

oliver-sanders commented Dec 11, 2024

I have replicated this error using an older version of cylc-uiserver, I can confirm it goes away when you use cylc-uiserver:master

Screenshot from 2024-12-11 14-49-07

@oliver-sanders oliver-sanders removed this from the 2.7.0 milestone Dec 11, 2024
@oliver-sanders oliver-sanders removed bug Something isn't working small labels Dec 11, 2024
@MetRonnie
Copy link
Member Author

This should be fixed in the offline mode (i.e. mock userprofile data)

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

Successfully merging a pull request may close this issue.

2 participants