Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

Odoo 16 - Website editor - I cannot edit on my website

形象
odoo
2 注释
形象
丢弃
形象
odoo
-

Misleading! The error may not be related to the proxy.
Analyse the console log (F12): If the browser blocks the request, the proxy has no chance to react and this is a bug of the website editor.
Even the "latest" Odoo 16 Community build has this error.

形象
odoo
-

Thanks Gregor for your comments. Is there a workaround to solve this issue meanwhile the bug in Odoo Website is fixed?

5 答案
0
形象
odoo
最佳答案

Just add this line on your nginx config file, on server block. It hangs because a request is send over http instead of https.

add_header 'Content-Security-Policy' 'upgrade-insecure-requests'; 

I tried with Odoo 16 CE, on ubuntu 22.04, and it works fine


1 备注
形象
丢弃
形象
odoo
-

Thanks Ronivon! I use Apache instead of nginx, ¿do you know the command in this case?
Best Regards,
Emilio

0
形象
odoo
最佳答案

Muchas gracias, funciono con Odoo 18

形象
丢弃
0
形象
odoo
最佳答案

Hi

tanks a lot. it works for me too!

形象
丢弃
0
形象
odoo
最佳答案
Ronivon Dos Santos,

it works great! Thank You!

形象
丢弃
0
形象
odoo
最佳答案

Hi..
Ronivon Dos Santos,
You are my hero, your solution is working for my problem

形象
丢弃