Hi team,
The official TinyMCE Rich Text plugin (datocms-plugin-tinymce-rich-text, v2.0.8) has stopped loading in our project. The editor doesn’t render at all, so fields using it appear empty and trigger “Field is required” validation errors when saving records.
The browser console shows the plugin’s assets failing to load from the plugins CDN with 400 Bad Request errors:
GET https://plugins-cdn.datocms.com/datocms-plugin-tinymce-rich-text@2.0.8/dist//models/dom/model.js → 400
GET https://plugins-cdn.datocms.com/datocms-plugin-tinymce-rich-text@2.0.8/dist//plugins/licensekeymanager/plugin.js → 400
followed by:
“Failed to load model: dom from url models/dom/model.js”
“Failed to load license key manager url: plugins/licensekeymanager/plugin.js”
Note the double slash in the request paths (dist//models/…), which looks like the root cause — the TinyMCE base URL seems to resolve incorrectly.
Some context:
- This is the official plugin: https://github.com/datocms/plugins/tree/master/rich-text-tinymce
- We’re on the latest version (2.0.8)
- All other plugins in the project work fine, so the issue seems isolated to this one
- Project: 170482
Could you have a look? Happy to provide more details or a screen recording if useful.
Thanks,
Thomas