Search code examples
jqueryckeditorhttp-status-code-404outsystems

CKEditor - throws 404 page not found error


I am trying to embed the CK Editor in an Outsystems application, where the editor works fine for initial instances. When I try to edit the content that already exists, it works fine for some instances and then all of a sudden when I edit and save it throws '404-page not found' error.

  1. I am not able to find exactly, when this error shoots up.
  2. I am still wondering about the maximum character size that can be in a CKEditor.(As I was not able to find the official maximum limit, different people have specified different count)

Any hints to fix this issue ?

Thanks !


Solution

  • The original CKEditor component made available by André Ramos in the OutSystems Network has some limitations, namely lack of support for multiple instances on the same page and other problems when replaced through an AJAX request.

    Check if the modified versions by António Chinita address your issues (see here and here). They are available in the component's discussion thread.