The client max body size configured in Nginx, does not take into account the new files API (only configure it for the old API on /api/files/).
We should allow large file uploads/downloads on the new API which is located on /api/records/:id/drafts/files/:key/content and /api/records/:id/files/:key/content.
The client max body size configured in Nginx, does not take into account the new files API (only configure it for the old API on
/api/files/
).We should allow large file uploads/downloads on the new API which is located on
/api/records/:id/drafts/files/:key/content
and/api/records/:id/files/:key/content
.