Relative Content

Tag Archive for reactjsquillrich-text-editor

How to save Quill editor content and then display it again

I am using Quill editor in a react app. Saving the editor content works fine until adding images to the editor and saving. The images get converted to base64 encoded images so at most I’m only able to insert 2 small images (4.5 kb each) and save. Anything more than that however results in a 431 error, Request Header Fields Too Large. I’ve tried setting –max-http-header-size in package.json to a very large number, cleared cookies, but nothing so far seems to allow me to save anything more than a little text and 2 small images. Any help would be much appreciated.