Help creating multiple workspace

Hello, i'm using twenty as my crm and need help setting up another workspace. i get this error { "errors": [ { "message": "New workspace setup is disabled", "extensions": { "subCode": "SIGNUP_DISABLED", "userFriendlyMessage": "An error occurred.", "code": "FORBIDDEN" } } ], "data": null } and its because i have disabled this via the env key. when its enabled the app doesnt run. I read that it might have to do with the subdomain. I'm running this via coolify behind traefix. Can someone please help me enable this successfully? Would be great if this can be managed in envs as well
4 Replies
ɃØĦɆᵾS
ɃØĦɆᵾS2w ago
Could you explain in detail what do you mean by app not working when you change the value of key to true? It's necessary to have option to create multiple workspaces
urbansultan
urbansultanOP2w ago
I enabled IS_MULTIWORKSPACE_ENABLED=true but when I try to open the app I get this TLS error:
SSL_ERROR_NO_CYPHER_OVERLAP
Cannot communicate securely with peer
SSL_ERROR_NO_CYPHER_OVERLAP
Cannot communicate securely with peer
Setup - Deployment: Coolify (Traefik ingress, default labels auto-generated). - Domain: crm.<mydomain>.co - Goal: support workspaces like *.crm.<mydomain>.co. - SERVER_URL is set correctly to the root domain. What I tried - Added Traefik labels with HostRegexp to match both the root and all subdomains. - Added wildcard cert config with:
tls.domains[0].main=crm.<mydomain>.co
tls.domains[0].sans=*.crm.<mydomain>.co


tls.domains[0].main=crm.<mydomain>.co
tls.domains[0].sans=*.crm.<mydomain>.co


- Using certresolver=letsencrypt. Still getting the SSL error, so I suspect: - My manual labels are clashing with Coolify’s auto-generated ones, or - Wildcard cert isn’t being issued because DNS-01 challenge isn’t set up correctly in Coolify. Question - Has anyone successfully run Twenty in multi-workspace mode with Traefik on Coolify? - What’s the working label + DNS-01 setup for wildcard certs + subdomain routing? - Do I need to strip the default Caddy labels Coolify adds? Thanks in advance 🙏
urbansultan
urbansultanOP3d ago
Yeah same thing actually What’s the plan to address this?

Did you find this page helpful?