Hello

Hello I am new here and to discord in general. I have installed Twenty (self-hosted version) and am getting an error when I try to add a Workspace using "Create Workspace" at the top. I am getting this error: An error occurred - no reason why this is occuring as it is a completely fresh install. Can anybody point me to a solution or way I could diagnose and fix it? Also is there a way to migrate from Zoho CRM to Twenty seamlessly?? How can I fix it? #👾︱new-issues #migration
3 Replies
Prastoin
Prastoin2w ago
Hello there ! Welcome ! Please find a similar issue here https://discord.com/channels/1130383047699738754/1356570316595396650
parvesh
parveshOP2w ago
Hello @prastoin Yes, I set this up - here's my .env TAG=v1.3.1 #PG_DATABASE_USER=postgres #PG_DATABASE_PASSWORD=replace_me_with_a_strong_password_without_special_characters #PG_DATABASE_HOST=db #PG_DATABASE_PORT=5432 #REDIS_URL=redis://redis:6379 SERVER_URL=http://xyz.abc.com:3000 Use openssl rand -base64 32 for each secret APP_SECRET=replace_me_with_a_random_string STORAGE_TYPE=local STORAGE_S3_REGION=eu-west3 STORAGE_S3_NAME=my-bucket STORAGE_S3_ENDPOINT= === Randomly generated secret === APP_SECRET=<abc<> PG_DATABASE_PASSWORD=<xyz> Updated by Parvessh IS_MULTIWORKSPACE_ENABLED=true But when I run docker exec twenty-server-1 env I can't see this setup. What am I doing wrong?
Prastoin
Prastoin2w ago
Please also update your docker compose yml file to bridge the env var

Did you find this page helpful?