serverActionsBodySizeLimit not working.
Unanswered
Teddy Roosevelt Terrier posted this in #help-forum
Original message was deleted.
5 Replies
Teddy Roosevelt Terrier
Hello everyone! I'm new to Next.js, but
I'm trying to use serverActionsBodySizeLimit in my next.config.js, and the problem is that when it's compiling, it says: "Warn You have enabled experimental features (serverActions, serverActionsBodySizeLimit) in next.config.js." And I assume it is working, but when I upload my image, I get a 413 error whenever my image is more than 1 MB in size.
Thanks in advance for all your help.
I'm trying to use serverActionsBodySizeLimit in my next.config.js, and the problem is that when it's compiling, it says: "Warn You have enabled experimental features (serverActions, serverActionsBodySizeLimit) in next.config.js." And I assume it is working, but when I upload my image, I get a 413 error whenever my image is more than 1 MB in size.
Thanks in advance for all your help.
make sure the next.js version
Teddy Roosevelt Terrier
the version and the name arecorrect :c, but thanks
do you really use Server Actions btw?