Hey all. I'm setting up odoo for our company. We're using our own custom dockerized setup. Everything is working well, except for any redirects within odoo seem to be losing the port. We have it running on the standard port, with an nginx reverse proxy in front of it, which runs on localhost:3500, but anytime we logout, or if the db isn't setup yet, it will redirect to just localhost without the port, so instead of:
http://localhost:3500/web/login
It redirects to
http://localhost/web/login
Anybody run into this issue before? Been searching and looking through settings file with no luck.