-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Payload Too Large #288
Comments
thought this is a problem of graphql-server however it is caused by bodyParser and resolved through |
Thanks for the info! Had same problem. |
Wow, I originally thought my |
Hello I'm having the same issue but I have no luck with my code: app.use(express.json({ limit: '50mb' })) |
trying above and no luck, any idea? |
|
I just tried to fire a bunch of mutations against the graphql-server. This now throws an error
413 Payload Too Large
. How can I increase the payload?The text was updated successfully, but these errors were encountered: