Replies: 1 comment 1 reply
-
Are you using the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am sending both form data and some json data to an endpoint that is powered by actix-web. Unfortnately I get the error
Payload error: JSON payload (34692 bytes) is larger than allowed (limit: 32768 bytes).
.What I have tried.
I have tried setting the configuration of the form,json and payloads (10MB) as shown below but for some reason I still get the error.
My config:
On my client I can view the data on the network tab as shown below. Not sure what I might be missing.
Beta Was this translation helpful? Give feedback.
All reactions