signup

Signup error in local I have setup the app in local https://twenty.com/developers/local-setup . After starting the app , i am able to login to the app using default creds [email protected] (password: Applecar2025) . When i try to signup by providing new email id [email protected] , I am getting user doesnt have access error { "errors": [ { "message": "User does not have access to this workspace", "extensions": { "code": "FORBIDDEN" } } ], "data": null } I also tried setting IS_MULTIWORKSPACE_ENABLED=true in .env but i am getting the following error when i load localhost:3001 [0] [Nest] 29405 - 04/16/2025, 4:24:44 PM ERROR [ExceptionsHandler] Workspace not found [0] NotFoundError: Workspace not found [0] at new BaseGraphQLError (/path/to/project/src/graphql/utils/graphql-errors.util.ts:51:5) [0] at new NotFoundError (/path/to/project/src/graphql/utils/graphql-errors.util.ts:158:5) [0] at workspaceGraphqlApiExceptionHandler (/path/to/project/src/workspace/utils/workspace-graphql-api-exception-handler.util.ts:17:15) [0] at WorkspaceResolver.getPublicWorkspaceDataByDomain (/path/to/project/src/workspace/workspace.resolver.ts:338:42) [0] at processTicksAndRejections (node:internal/process/task_queues:95:5) Twenty - Local Setup The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
Twenty - Local Setup
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
1 Reply
thomast
thomast2w ago
you cannot signup to an already existing workspace. You need to log in using [email protected]. Then you invite your other email from the settings page if you want to signup into a new workspace, make sure you do it from http://app.localhost:3001/welcome. The error saying the user does not have access means you tried to sign in from the url of tim's workspace

Did you find this page helpful?