T
Twenty3mo ago
MiraCZ

Unable to Reach Back-end: Failed to fetch

Hi, I bought hostinger with Ubuntu 22.04 with Docker (2 CPU, 8GB) I have installed Twenty with this command bash <(curl -sL https://git.new/20). Everything went OK, and site is loaded on with SSL. But all I get is error Unable to Reach Back-end Failed to fetch Where do I find any error log to know what exactly went wrong?
No description
2 Replies
Phips
Phips3mo ago
I have the same problem
MiraCZ
MiraCZOP3mo ago
I have fixed it, I have noticed that I had SERVER_URL set to localhost you have to set it to "https://youradress.com" @Phips then restart your app with docker compose down docker compose up -d

Did you find this page helpful?