Hello everyone!
I use VS Code Remote Container for working with odoo at Apple MacBook Air M1 (arm64).
When I run odoo with odoo.conf workers=0 (it is by default) I randomly catch in browser next error:
net::ERR_CONTENT_LENGTH_MISMATCH
It does not depend from browser type.
But when I run odoo with workers=1 I do not catch this error.
I've tried to run same devcontainer at Windows (x86) and Ubuntu 20 (x86) and did not catch this error.
Also I've tried to run offical odoo image from docker hub (by amd64 and arm64) and did not catch this error.
In the Internet I've found only one problem connected with mine, but it has not helped me.
Do you know what the problem is? Why works only with workers!=0, what difference? Is it VS Code Remote Container or MacBook Air M1 docker bug?
By link bellow you can download config files to run odoo by VS Code Remote Container.
https://disk.yandex.by/d/t2ishFsWqvZlrA
Thanks!