Baserow 1.13 behind nginx revere proxy

Hello all,

The possibility to make baserow work behind a nginx reverse proxy is very interseting to me.
The solution given by @nigel seems perfect (Nginx reverse proxy configuration problem). I have tried it, and I struggle for weeks to make it work.
The error in the browser is “An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.”
In docker compose logs, I have “baserow-celery-beat-worker-1 | Error 110 connecting to redis:6379. Connection timed out.”, followed by “baserow-web-frontend-1 | ERROR connect ECONNREFUSED 127.0.0.1:8000”.
I really do not understand

Can you help me ?

Thank you very much

Hey @Manawenuz,

Can you post more of the log and your docker compose file, looking at the errors it could just be a connection issue between containers.