#Login issue on start

1 messages · Page 1 of 1 (latest)

wild arrow
#

Hey, I have setup the code for first time. I installed all things properly project is running but got the forbidden resources message in console .Then I tried to login with given email and password. Then got the error User is not member of workspace

young glen
#

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

humble tapir
#

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)

wild arrow
#

@humble tapir @young glen Thanks for your reply. It's working after reset.