I have created an HTML content in a specific space, then, I'm trying to update this content by changing something in the inline editor. When I click 'save', I got the following error message :
"Unable to update Content Node due to system error: null" 😞
The html tags are being removed by Tiny_MCE editor during edit. We noticed that when the edited html starts/ends with DHTML tags, we have this error. When our HTML is enclosed with <div> tags, we had that error, but got it resolved when it is wrapped with in <table> tag.