This question has been flagged
2 Replies
13134 Views

How to solve this problem in odoo 13

Access to XMLHttpRequest at  https://google.com from origin 127.0.0.1:8069  has been blocked by CORS policy: Response to preflight request doesn't pass access control check: Redirect is not allowed for a preflight request.

Avatar
Discard
Author Best Answer

set proxy_mode = True in the odoo.conf file.

with this setting i solve my problem.

Avatar
Discard
Best Answer

This error is probably related to Chrome Browser !!! 

Try to use Firefox, just to see if you get the same error (or any other browser).

https://stackoverflow.com/questions/54212220/how-to-fix-access-to-xmlhttprequest-has-been-blocked-by-cors-policy-redirect-i

Avatar
Discard