rest-hapi
rest-hapi copied to clipboard
Error 413 - Payload too large
I'm getting this error on some of my POST requests. How do I increase the max payload size to all routes? Thanks.
Hi @duartealexf, sorry for the delay. Currently there isn't an option to configure the max payload size for auto-generated routes. I'll add this as a requested feature. In the meantime I would suggest creating custom endpoints for those routes that are having issues.