Replies: 1 comment 3 replies
-
Try to send image under 1mb, if I remember correctly by default it was 1 or 2mb upload size. Worth rechecking your K8 ingress config |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an endpoint and controller to upload images:
nginx limit set to 50m (proxy-body-size: 50m)
When this runs locally, I can send with 'postman' any image (below size limit '50mb'), but when this code deployed in kuber, I've got this error even if I try to send 3Mb image.
Cloudinary doesn't even get called, because this error throws body-parser before service gets called. Any ideas or solutions to this problem?
Beta Was this translation helpful? Give feedback.
All reactions