Hello-
I'm hoping someone can help me with my problem. I originally created my odoo instance on my own server. I had spent a lot of time figuring out how to get it into proxy mode so that the link tracker would work. Needless to say, I was able to get it working.
About a week ago, I migrated my server to a Microsoft Azure account for reliability reasons. Since then, I realized that the link tracker no longer works. I've attempted turning on/off the proxy mode, restarting the odoo-server service every time and yet it doesn't seem to work. When I look at the odoo logs, it shows that every single request is coming from the loop back address of 127.0.0.1. Any ideas on how to fix this?
My odoo instance is running on Ubuntu 16.04, with nginx installed, and is v11 CE. I have nginx configured to forward upstream to odoo's standard port 8069 so that it can be reached on http/https ports.
Thanks in advance for the help!
Nate
Thanks for the help Ermin! I went to check my system parameters in developer mode. I don't seem to have anything defined as "web.base.url.freeze" at all because when I searched "url" the only one that popped up was "web.base.url."
My "web.base.url" was set to my domain name. How should I proceed?