Change internal IP to DNS | Odoo backend
Possible error messages:
"device_id and device_name are required for private IP: http://192.168.0.0:8069/google_gmail/confirm"
"How to change ip to domain name(http://144.144.144.144:8069/?db=A1010101=>A1010101?"
Or something like that...
This means Odoo is using your internal ip address. You need to switch the internal ip addess to your current domain.
Odoo 17.0 Go to:
In developer mode, go to:
Settings> Technical> Parameters> System Parameters
Top/left> Top Nav> Pulldown> inside pulldown
You should now be in "System Parameters"
Search for "web.base.url"
It will pop up the one you need that has your internal ip address in there. Click on it.
Change the value of the ip address (http://192.168.0.0:8069) to your domain name. Include the "https://www.mydumbsite.com"
No Comments