Fresh install error: Unable to Reach Back-end

Looking for a CRM I stumbled across Twenty. Installed it on the VPS with no issue. Clear instructions! However, I'm getting an 'Unable to Reach Back-end' error and I'm baffled. I can get to the 'Welcome' page but nothing else. Any help in the right direction would be great! Kia.
No description
16 Replies
Kia Kamgar
Kia KamgarOP21h ago
I've searched the cods and this page (see below) and can't find anything to troubleshoot the issue. https://twenty.com/developers/section/self-hosting/troubleshooting It was installed manually using Docker.
Prastoin
Prastoin21h ago
Hey @Kia Kamgar, please share any errors within your logs in twenty-server I would recommend consuming the latest 1.6 version as it seems like there's an issue with fresh installs in latest 1.7 Currently working on it
Kia Kamgar
Kia KamgarOP21h ago
As far as I know I'm running 1.6 –– Will dig out the logs Going over the steps... when starting... dockerapps@server:~/twenty$ docker compose up -d WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string. WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string. WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string. WARN[0000] The "DISABLE_CRON_JOBS_REGISTRATION" variable is not set. Defaulting to a blank string. WARN[0000] The "DISABLE_DB_MIGRATIONS" variable is not set. Defaulting to a blank string. WARN[0000] The "STORAGE_S3_REGION" variable is not set. Defaulting to a blank string. WARN[0000] The "STORAGE_S3_NAME" variable is not set. Defaulting to a blank string. WARN[0000] The "STORAGE_S3_ENDPOINT" variable is not set. Defaulting to a blank string. [+] Running 4/4 ✔ Container twenty-db-1 Healthy 1.0s ✔ Container twenty-server-1 Healthy 1.0s ✔ Container twenty-worker-1 Running 0.0s ✔ Container twenty-redis-1 Running doing... docker compose logs Give me ~1000 lines 😐
Kia Kamgar
Kia KamgarOP21h ago
DOes that help?
Prastoin
Prastoin21h ago
Server seems healthy Looks like worker and redis are still bootsraping Please share any errors in your browser
Kia Kamgar
Kia KamgarOP21h ago
and...
Prastoin
Prastoin21h ago
Are you deploying behind a proxy ? Seems to be an issue in your cloud infra configuration
Prastoin
Prastoin21h ago
Are you deploying locally ?
Kia Kamgar
Kia KamgarOP21h ago
No proxy.
Prastoin
Prastoin21h ago
Shouldnot have a localhost here if not Please double check your .env values
Kia Kamgar
Kia KamgarOP21h ago
Fixed! Thanks! Changed... SERVER_URL=http://localhost:3038 To... SERVER_URL=https://[DOMAIN]
Prastoin
Prastoin21h ago
All good, have a nice day
Kia Kamgar
Kia KamgarOP21h ago
You too!

Did you find this page helpful?