I have the same issue on a fresh clean setup/install and with the 1st BLANK WEBSITE installed from template (which the please wait for the template to be installed never finishes loading because of the coding error internal to the program) so any MIXED errors are 100% in the system and nothing added by me the end user. I even opened a ticket that took several days to get a response. The response was, look for a response on the forum. (meaning you are likely to never get one from the company).
It's a coding issue the community developers and contributors have to fix https://github.com/odoo/.
If you do get an answer from Odoo the company - do NOT let them pass this particular issue off on a docker, or the docker network either. I spend my entire Saturday testing and QAing this platform for its limits and viability for my project (docker/source/windows installer). Its a great platform for the most part.
This https/http MIXED error is the SAME on all CE install method versions. So the bottom line is the problem exists in the code (not installation/platform).
I have resolved this to the following facts...
- The issue only happens when trying to use the system as an administrator doing certain functions, like deploying the initial website or editing an existing website. there was another for eLearning module editing too but its the same website issue dependency underlying issue
- @odoo team - this is key because https either works or it does not, and why this is a coding issue that I really wish someone would look into more closely.
- As a public user viewing the site, the https not working issue goes away, and the site works fine and as expected https.
take away is tunnel in using cloudflare, or twingate, and hit the site as admin when you need to perform backend admin functions by:
- http://192.168.x.x / 172.16.x.x / 10.x.x.x
- http://127.0.0.1
- http://localhost
- http://YourHostName
Its a pain in the %#$# but it's free 😁 so... or pay for the real macoy and get odoo.sh which has the best options for folks wanting backups/ higher performance and reliability plus ALM to experiment before pushing changes to production
I do not think there is any incentive to fix this.