Hi, I hope someone can help me out here
I’m using an HTTP Webhook node in n8n to receive PDF documents. I’m trying to upload a file that’s around 1.2 MB, but I’m getting the error:
413 Request Entity Too Large
From what I understand, the N8N_PAYLOAD_SIZE_MAX
environment variable defaults to 16 MB, so a 1.2 MB file shouldn’t be a problem, right?
I’m not sure if I need to set something explicitly or if there’s another limitation somewhere (maybe nginx, Docker, etc?). Any guidance would be super appreciated
Thanks in advance!