WYSIWIG Missing/hidden content

After saving and refreshing a page with TOAST ( as the WYSIWYG editor) - the field is not populated. The content is visible in the front-end API.

The editor is empty if the page is refreshed or the user navigates away from it, however, after inspecting network tab, the content comes back in a fetch request, and is in the database and visible on my front-end application.

My application is using “strapi”: “v3.6.2”

I encountered the same issue with the TinyMCE editor. I installed the following plugin GitHub - chiqui3d/strapi-tinymce: Strapi extension to overwrite the current Wysiwyg by Tinymce

and it was working fine until it wasn’t :stuck_out_tongue:

Any input would be extremely helpful!