rest-hapi icon indicating copy to clipboard operation
rest-hapi copied to clipboard

Error 413 - Payload too large

Open duartealexf opened this issue 6 years ago • 1 comments

I'm getting this error on some of my POST requests. How do I increase the max payload size to all routes? Thanks.

duartealexf avatar Apr 24 '18 19:04 duartealexf

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.

JKHeadley avatar May 10 '18 04:05 JKHeadley