You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've ran into an issue where the default body size limit of 100kb (https://expressjs.com/en/api.html#express.methods) is too small for my usecase. Especially when trying to send a file - the middleware always returns the PayloadTooLargeError error.
It would be nice if there was a way to provide custom configuration to the express.json middleware.