Images are uploaded in base64 encoding #3893
Unanswered
codingmachine16
asked this question in
Q&A
Replies: 1 comment
-
You can configure the asset uploader |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @artf
When we use upload images using Grapejs. It stores images in base64 encoding then the page size exceeds from 16MB and mongodb does not allow the page to store in the document.
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 && <= 17825792.
What is the solution in grapesjs for uploading images as image link rather than encoding text?
Please help in this regard. Thanks
Beta Was this translation helpful? Give feedback.
All reactions