Multiple workspace confusion

Multiple workspace is possible on self-hosted, correct? What I have I have Twenty installed on my home server and accessing it remotely via Cloudflare tunnels and seems great but can't seem to get the multiple workspaces discussed here: https://github.com/twentyhq/twenty/discussions/3646 What I have done I set the following in my environment var file .. I thnen also even pointing a secondary domain at my install "app2" and access it when logged out under both scenarios yielded "New workspace setup is disabled" ... any ideas?
IS_MULTIWORKSPACE_ENABLED=true
DEFAULT_SUBDOMAIN=app
IS_MULTIWORKSPACE_ENABLED=true
DEFAULT_SUBDOMAIN=app
- tried via: - app.domain.com - app2.domain.com
GitHub
Multiple workspaces 💼 · twentyhq twenty · Discussion #3646
Design hasn't been done yet. Not a top priority.
1 Reply
thomast
thomast2w ago
Hi, this error should only happen when IS_MULTIWORKSPACE_ENABLED is false are you self hosting using docker? if yes, please check the env variables in your docker directly. It may be out of sync with your .env file

Did you find this page helpful?