I have a web site (https) by default web.base.url use (http) when you change http to https, everything works fine until you restart the session. Then Odoo always rewrites the URL to "http://" instead of "https://"
This behavior does not let you use online chat
@noamix there is a very easy fix for this.
Add a new parameter 'web.base.url.freeze' and set the value to 'True'. This will prevent Odoo from updating your web.base.url.
thanks a lot Yenthe666 fix works perfect.
No problem @noamix!
I've also posted this answer on the forums (https://www.odoo.com/es_ES/forum/help-1/question/browse-always-block-live-chat-because-it-had-mixed-and-insecure-content-65894) for others to find it. An upvote or accept is always welcome :smile:
Perhaps you could also close this issue since its resolved?
Most helpful comment
@noamix there is a very easy fix for this.
Add a new parameter 'web.base.url.freeze' and set the value to 'True'. This will prevent Odoo from updating your web.base.url.