Unable to Reach Back-end
Hello, I'm encountering the issue "Unable to Reach Back-end" while accessing my app.
Installed using docker compose, using reverse proxy with nginx, I configured the SERVER_URL in the .env for that
Running on Ubuntu 24.04
I have absolutely no errors in logs in twenty-server-1 / twenty-worker-1 / twenty-db-1 and twenty-redis-1, I can provide screenshots if needed.
When I try to access to URL/graphql, I got
And on the front-end, I see briefly the app with the login pop-up before seeing the "Unable to Reach Back-end" on /welcome after 1 second
Thank's in advance
Installed using docker compose, using reverse proxy with nginx, I configured the SERVER_URL in the .env for that
Running on Ubuntu 24.04
I have absolutely no errors in logs in twenty-server-1 / twenty-worker-1 / twenty-db-1 and twenty-redis-1, I can provide screenshots if needed.
When I try to access to URL/graphql, I got
{"errors":[{"message":"Must provide query string."}]}And on the front-end, I see briefly the app with the login pop-up before seeing the "Unable to Reach Back-end" on /welcome after 1 second
Thank's in advance
