Oliver Lassen

Results 3 issues of Oliver Lassen

This is attempt on trying to add a configuration for limitting the total size of the multipart form instead of the `fieldSize` and `fileSize`. The reason for this is that...

When using Server Actions with a form the fields are getting truncated at 1MB because of `busboy`'s default `fieldSize` limit of 1MB. This PR tries to solve https://github.com/vercel/next.js/issues/59277 however there...

type: next
area: tests

This tries to solve #4273 My use case for this is that I am adding a DecoratorNode into my editor, however I do not want to persist that Node. I...

CLA Signed