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.

16 Replies
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.
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
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 😐
DOes that help?
Server seems healthy
Looks like worker and redis are still bootsraping
Please share any errors in your browser
and...
Are you deploying behind a proxy ?
Seems to be an issue in your cloud infra configuration
Are you deploying locally ?
No proxy.
Shouldnot have a localhost here if not
Please double check your .env values
All good, have a nice day
You too!