Same issue here. Workflow downloads audio from some of our tools and uploads to Azure OpenAI Whisper via multipart form. Azure logs confirm requestLength: 0 on every request. Container logs show the same "Unable to calculate form data length / data should be a string, Buffer, or Uint8Array" errors. Can Cloudron roll back to 4.8.2 or push a patched version? OR what's the plan here? 
This broke 5 different workflows and things inside my whole enviroment, not critical, but data has been lost in this.
zigmasdirigeant
Posts
-
Warning: Connection Reset Issue in [4.9.0] which is n8n 2.10.2 -
413 Content Too Large on video upload (inner nginx client_max_body_size seems too low?)Hi folks

Iโm running the Cloudron Postiz app and Iโm blocked uploading videos because Postiz returns:
413 Content Too Large on:
POST /api/media/upload-serverIn the browser Network panel I see the response header
server: nginxand the upload fails around ~5MB.I confirmed with an internal test that this is not Cloudronโs outer proxy, but the nginx inside the Postiz container:
# created a 6MB file... dd if=/dev/zero of=/tmp/6mb.bin bs=1M count=6 # called the Postiz nginx directly (inside the container) curl -sS -o /dev/null -w "%{http_code}\n" \ -F "file=@/tmp/6mb.bin" \ http://127.0.0.1:5000/api/media/upload-server # => 413The nginx vhost used by the container is:
/etc/nginx/sites-enabled/postiz.confand currently it contains no
client_max_body_size directive(also confirmed vianginx -T | grep client_max_body_sizeโ no output). Addingclient_max_body_sizewould be the standard nginx fix (Postiz docs also suggest it for 413s).However, because this is a Cloudron app, I canโt apply persistent patches to the packaged nginx config within the container, right? (Am I missing something here?).
Request/proposal:
Could the Cloudron Postiz package include a higher client_max_body_size (or make it configurable), ideally scoped to the API location block?Example:
location /api/ { client_max_body_size 200M; # or 1G proxy_pass http://localhost:3000/; ... }Happy to test a package build or PR if you point me to the exact config template file used to generate /etc/nginx/sites-enabled/postiz.conf.
Thanks!

-
Integrate Waha for Whatsapp and n8n automationsAgree! Would love to see WAHA in the App store.