#Login issue on start
1 messages · Page 1 of 1 (latest)
Error is fine, that's normal behaviour when unauthorized user tries to access the workspace
Could you try resetting the database once more? It seems like some data weren't properly populated or schema wasn't initialized
Agree with @young glen, I think there is something wrong with your database content. Could you run: npx nx run twenty-server:database:reset? (this will erase and re-seed your db)
@humble tapir @young glen Thanks for your reply. It's working after reset.