-
(I understand that legacy version is not supported now, but I have an old website on v4 adonis that just works, so excuse me please) Hello, I've got a simple function to save page data from CKeditor:
But when I try to save more text over some limit - I've got error I try to increase limits in bodyParser, but no luck (and I don't think that problem in bodyParser limits). All pages with smaller volume of text saves without problems. Do anyone have ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Is it a |
Beta Was this translation helpful? Give feedback.
-
It is a post request. Unfortunately, I can't share the real payload (because it's inner knowledge base document), but first three chapters of Moby Dick is do the same effect. https://sharetext.me/tvspcvnfcf Size is 55 Kb About complete error stack - unfortunately, I disable error page on my production server, but it's all what I got in Log (I switch log to "adonis.log"). Could you please show me direction to docs where is written about enabling full error stack? Can't find it fast. |
Beta Was this translation helpful? Give feedback.
-
My frontend code:
|
Beta Was this translation helpful? Give feedback.
-
Solution by @thetutlage:
|
Beta Was this translation helpful? Give feedback.
Solution by @thetutlage:
You need to increase the limit on the form object inside the config bodyParser.js file. Also, make sure to restart the prod server.