Skip to Content
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
10145 Представления

We run our Odoo server through docker container, every static ressources from assets (JS, css, images) fail to download with en HTTP 404 status code. 

Wa can see nothing in odoo logs (even with DEBUG level) except 404, any idea ? 

Аватар
Отменить
Автор Лучший ответ

I found the answer. My odoo.conf file contains an invalid path to a addons dir. Fixing addons path was the solution.

What a shame an invalid addons path gives no error in log and make the whole server unstable. This was new in v11 at my sight.

Аватар
Отменить

We are version 14 and this was still the issue. Thanks