Hello
I have a problem after changing the domain of the Odoo, the website content doesnt load due to mixing content. I have restored the Odoo database to a new server also, as far as the physical machine has also changed
First I had an Odoo running with certain domain, myolddomain.net, and now I have it running with a new domain, mynewdomain.com behind an Nginx server with new letsencript certificate.
The problem I am facing is that all content is blocked as it should be https://mynewdomain.com but the development tool shows an error saying mixing content because the website is still trying to show the content http://myolddomain.net
Where could I change this?
Hi Ermin. Yes I did, it’s updated under system paremeters from the first moment. I also tried to force it with key web.base.url.freeze but that didn’t do it either
Please comment under the answer you get. If you post an answer, nobody except the questioner gets a notification.
How did you backup and restore, did you include the filestore? What version of Odoo are you using?
I do create clones of production databases on test setvers with new domain names on a daily base without further issues.
This is V12 community Odoo
To backup and restore I tried the two methods I know:
- Backup of the database through pg_dump and copy of the filestore. Restore with pg_restore and paste of the filestore
- Backup through database auto-backuo module and restore it throhgh the odoo /web/database/manager