36 minutes ago, SmartDataSoft said:Can you post your code what you put inside the editor. It is better not to add any js or css code in cms page , you can add that in custom.css or using any module like
Thank you
Thank you for your answer.
This would be an example:
<p style="color:black;"> test </p>
Inserting this in PS's tinymce editor would give me an 404 from the ajax POST.
If I remove the style attribute I would receive a 200, success.
I compared the requests side by side, no difference (other than "style='color:black;'" from the product description field, of course).
I'm thinking this could be a server related issue?