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 tim@apple.dev (password: Applecar2025) . When i try to signup by providing new email id test@gmail.com , 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...)