Skip to Content
Menu
This question has been flagged
2 Replies
1585 Views

I am trying to embed the scheduler to a landing page via an iframe. The Odoo CORS policy is blocking it. 


What can be done to remediate the issue ? 

Avatar
Discard
Author Best Answer

Where do you add that code ? 

Isnt it the change supposed to happen on the Odoo website ? 




Avatar
Discard
Best Answer

Solution 1:

Your can try to set proxy_mode = True in the odoo.conf file

Solution 2:
You can change nginx configuration to enable cors


nano /etc/nginx/site-enabled/websiteserver{

         .......

        add_header Access-Control-Allow-Origin "*";

}


Avatar
Discard
Related Posts Replies Views Activity
1
Feb 25
1009
2
Jun 24
25666
3
May 24
2451
2
Nov 23
36186
3
Dec 23
17944