In Odoo 16
Here the website has dummy url
Need help to solve this
Mixed Content: The page at 'https://abc.com/web#action=450&cids=1&menu_id=293' was loaded over HTTPS, but requested an insecure frame 'http://abc.com/'. This request has been blocked; the content must be served over HTTPS.
Due to this my website page is not loaded.
Gives me blank page means block the content of site.
In your nginx conf file add this line inside "location /"
proxy_set_header X-Forwarded-Host $host;