Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
1354 มุมมอง

Internal server error while running odoo 16 configured in pycharm

อวตาร
ละทิ้ง
ผู้เขียน

I have tried the both ways but still facing the same issue

คำตอบที่ดีที่สุด

You better excecute this in psql:


DELETE FROM ir_asset

WHERE bundle='web.assets_frontend'

  AND path LIKE 'website_payment%';


DELETE FROM ir_attachment

WHERE url LIKE '/web/assets/%';


And will be able to access the DB.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,

Can you make sure that the addons path is set correctly in conf file, also  may be odoo running user is not able to access the module: website_payment, make sure that the odoo running user have access to read from the addons path

Thanks

อวตาร
ละทิ้ง