SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
148 stars 41 forks source link

Adding new "thing" on Your Stuff (homePane) #439

Closed SharonStrats closed 3 years ago

SharonStrats commented 3 years ago

When I create a new account and go to "Your Stuff" to create something for the first time, I recieve this error.

@timbl I want to make sure what you said you wanted to do with workspaces? Should I create a workspace for the user if they don't exist or should I just delete the fact it's checking for one? Also, can you tell me what file.id() is trying to do by chance?

This code is in src/authn/authn.ts line 1362.

SharonStrats commented 3 years ago

Comment from Tim on gitter The message “you don’t seem to have any workspaces. You have one storage spaces” is not really an error, it is informational, and so should have a white background. However, “`file.id is not a function” is clearly an error.