Odoo上傳檔案提示「嘗試重新連接」,「您重新在線」

Due to nginx configuration, this may happen. Increase the size in nginx and set the client_max_body_size limit. Odoo's default limit is 25 MB, so it should allow uploading this file

If you are using Nginx.

Then you can resolve this issue by adding a line to the nginx.conf file and then restarting Nginx.

Set it in the HTTP block that affects all server blocks (virtual hosts). In Ubuntu, the nginx.conf file can be found at /etc/nginx/nginx.conf

http {
...
client_max_body_size 100M;
}   

This way, it can be resolved.

Note that after modification, you need to restart the Nginx service

sudo systemctl restart nginx


关于我们

​我们致力于帮助中小企业实现数字化转型,我们的团队由一群充满激情和创新思维的专业人士组成,他们具备丰富的行业经验和技术专长。

扫一扫获取顾问以及手册

归档
登入 發表評論
odoo 銷售模組如何使用