Hi,
I’m running Penpot 2.6.2 on Podman containers (backend, frontend, nginx, redis, postgres). Small changes work fine, but large file updates via the API (update-file
) fail with a 400 Bad Request error on the frontend.
In the browser’s Network tab, the request shows a 200 status, but the connection closes immediately and the response tab shows the connection was closed. The frontend also displays an error with support code: 7271057472742368032
.
No errors appear in the backend logs. Where can I find more details on this support code? Any advice on handling large uploads with Penpot and Podman?
Thanks!