multipart/form-data limit does not work as expected #3231
Unanswered
freirejandre
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, i'm having problems with the multipart/form-data limit and it seems the limit doesn't work
`response from error 'PayloadTooLargeError maxFieldsSize 2097152 exceeded'
my configs:
` multipart: {
autoProcess: true,
processManually: [],
encoding: 'utf-8',
convertEmptyStringsToNull: true,
maxFields: 10000000,
limit: '9999999999mb',
types: ['multipart/form-data'],
}
Beta Was this translation helpful? Give feedback.
All reactions