Server Action Body Size Limit does not apply in production environment #77505
Unanswered
renato-viasoft
asked this question in
App Router
Replies: 1 comment 1 reply
-
Does that action pass? We have a similar issue, but from the opposite side. We have set a limit, yet despite this limit, the server action goes through, and this error serves more as a log. |
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 have a server action that uploads a file to an OCI Object Storage.
The file can be up to 256Mb
I added the configuration to next.config.mjs as stated in the documentantion
But i still have the following log in my application
I am at a loss of what to do.
For instance, this is my Dockerfile
And this is my package.json
I'd love to receive some help in this matter.
Beta Was this translation helpful? Give feedback.
All reactions