Replies: 1 comment
-
You can increase the body size limit: https://blitzjs.com/docs/api-routes#custom-config export const config = {
api: {
bodyParser: {
sizeLimit: "2mb",
},
},
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello friends,
I have a project and in this project when I use mutations it gives me this error.
Can anyone help me....
Beta Was this translation helpful? Give feedback.
All reactions