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
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
I enabled
IS_MULTIWORKSPACE_ENABLED=true
but when I try to open the app I get this TLS error:
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:
- 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 🙏Could this be a duplicated of https://discord.com/channels/1130383047699738754/1398558990710870056 ?
Yeah same thing actually
What’s the plan to address this?