Open maxacarvalho opened 5 months ago
Hope you don't mind me removing the bug label - since we have many users hosting it this way without issue.
DId you get anywhere?
I think your proxy pass needs to point to the internal port:
proxy_pass http://localhost:3000;
Hi, I'm using the self-hosted version.
Describe the bug I'm having an issue while trying to serve the service using Docker compose and Nginx as reverse proxy. I'm getting a
400 Bad Request
error.My config is pretty simple, here's the docker-compose.yml file:
And here's the Nginx config:
I'm not sure how to start debugging at the moment. The logs give me nothing 😢
I appreciate any help. Thanks.