Closed magiceupho closed 5 months ago
Hi,
After several tests and research, I found that it comes from node adapter's BODY_SIZE_LIMIT env variable. I tested with BODY_SIZE_LIMIT=Infinity and it works well. I just need to determine the max size properly.
I hope this could help another people.
Regards, magiceupho
Hi, I've a form with a file input not required, the form is submitted correctly when I don't upload file, but return 400 and form data empty when I upload file. This happens only on production app, and not with all files... I don't understand why some files do not cause the error.
Here is the return ok the action:
Here is a screen of SuperDebug before submit:
These is the screen of SuperDebug after submit:
Can you help me please ?
Regards, magiceupho