79637968

Date: 2025-05-25 18:37:46
Score: 1
Natty:
Report link

You're encountering a situation where the Odoo 17 web client times out on image uploads larger than 2MB, even though the server logs indicate the upload succeeds (HTTP 200). Based on the error message and behavior, this is very likely a frontend-side timeout issue, likely due to a limitation in Werkzeug, Odoo’s RPC handling, or even the browser's XMLHttpRequest timeout used by Odoo's web client.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdelmoemen Trabelsi