Login issue on start
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
4 Replies
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 @bob, 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)
@charles @bob Thanks for your reply. It's working after reset.
Great!