konstantinmuenster / strapi-plugin-rich-text

A WYSIWYG editor for your rich text fields
MIT License
6 stars 1 forks source link

Rich text editor loads content correctly but does not display it within the field #4

Open vkononov opened 5 days ago

vkononov commented 5 days ago

I love your plugin, and just started exploring in the development environment, but very quickly ran into a very serious issue that makes the plugin unusable in production.

What happens is that any text entered into the rich text fields is saved but disappears on page refresh. It persists in the database, but simply does not display. I've attached a video to demonstrate.

My environment:

Attachments:

Below is a video that showcases the problem.

https://github.com/konstantinmuenster/strapi-plugin-rich-text/assets/2658606/06724842-ae15-4462-b093-7938026a312d

konstantinmuenster commented 5 days ago

Hey @vkononov and thanks for opening this issue!

Just to make sure, you don't see any related errors in the console or on the server?

vkononov commented 5 days ago

@konstantinmuenster That's right. I do not see any errors whatsoever in either the JavaScript console or in the Strapi server logs. I've tried debugging this for a long time, but I have little familiarity with the inner workings of Strapi, so it is a challenging task.

Thanks for looking into this. 😊

delux220 commented 4 days ago

I'm experiencing this issue as well.

delux220 commented 4 days ago

@konstantinmuenster @vkononov I was on Strapi 4.25 and reverted back to 4.17.0. The plugin works now. I'm not sure where, between 4.17 and 4.25, it broke however.

vkononov commented 4 days ago

@konstantinmuenster You're right. Not seeing an issue in 4.17.0. Though I thought it briefly worked in 4.25.2, but maybe I am misremembering.

konstantinmuenster commented 1 day ago

Thanks a lot for the investigation (and workaround)! I'll look into it.