Marcelo Granzotto
Twenty behind NGINX reverse proxy
Im trying to self host Twenty using docker compose and NGINX. I just followed the tutorial in the page, and altered SERVER_URL at .env to be my domain. I can access the page and use the entire system with no problems. When i try to use the API, however, it times out every time.
If i change SERVER_URL back to localhost, the API works, but i can no longer access the web part using my domain (expected).
What im a missing? I tried changing FRONT_BASE_URL, but no effect.
69 replies