TwentyT
Twenty5mo ago
32 replies
T1m0

MultiWorkSpace Setup Login Stuck in Verification

While MultiWorkSpace enabled, after Login CRM is stuck in state "Verification" ... obviously login process not finalizing. Without multiworkspace login is possible ...

Is there anyone with knowledge or who knows about this one? [Nest] 1 - 09/11/2025, 3:04:13 PM ERROR [ExceptionsHandler] Workspace not found
Error: Workspace not found
at Object.assertIsDefinedOrThrow (/app/packages/twenty-server/dist/src/engine/core-modules/workspace/workspace.validate.js:14:63)
at AuthResolver.getAuthTokensFromLoginToken (/app/packages/twenty-server/dist/src/engine/core-modules/auth/auth.resolver.js:294:47)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Exception Captured
{
operation: { name: 'getAuthTokensFromLoginToken', type: 'mutation' },
document: 'mutation getAuthTokensFromLoginToken($loginToken: String!, $origin: String!) {\n' +
' getAuthTokensFromLoginToken(loginToken: $loginToken, origin: $origin) {\n' +
' tokens {\n' +
' ...AuthTokenPairFragment\n' +
' typename\n' +
' }\n' +
'
typename\n' +
' }\n' +
'}\n' +
'\n' +
'fragment AuthTokenPairFragment on AuthTokenPair {\n' +
' accessOrWorkspaceAgnosticToken {\n' +
' ...AuthTokenFragment\n' +
' typename\n' +
' }\n' +
' refreshToken {\n' +
' ...AuthTokenFragment\n' +
'
typename\n' +
' }\n' +
' typename\n' +
'}\n' +
'\n' +
'fragment AuthTokenFragment on AuthToken {\n' +
' token\n' +
' expiresAt\n' +
'
typename\n' +
'}',
user: User {
###
},
workspace: null
}
Was this page helpful?