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
is this issue currently blocking your project? yes/no): yes
is this issue affecting a production system? (yes/no): yes
Context
node version: v17.2.0
module version: ^9.0.0
environment (e.g. node, browser, native): node
used with (e.g. hapi application, another framework, standalone, ...): Hapi application
any other relevant information: related to Hapi route config.payload.maxBytes property
How can we help?
Hi, currently Im facing an issue with image uploads, and receiving "Request entity too large". I've managed to track this down to the config.payload.maxBytes option included in the server.route configuration, by manually editing my local node_modules/graphi to contain the property. I was wondering if there was anyway I could either:
Externally configure this property / all config (through some parameter or config Im missing).
Mutate the Hapi route after registration occurs in the library.
Support plan
Context
config.payload.maxBytes
propertyHow can we help?
Hi, currently Im facing an issue with image uploads, and receiving "Request entity too large". I've managed to track this down to the
config.payload.maxBytes
option included in theserver.route
configuration, by manually editing my localnode_modules/graphi
to contain the property. I was wondering if there was anyway I could either:config
(through some parameter or config Im missing).Line in question
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: