Official TinyMCE Rich Text plugin (2.0.8) fails to load – 400 errors from plugins CDN

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:

Could you have a look? Happy to provide more details or a screen recording if useful.

Thanks,
Thomas

FYI: It starts working again for us when we downgrade to v2.0.1. So we’ll use that as a solution until it’s fixed.

Hello @thomas.vanleynseele

Thank you for the report, we’re working on a fix :slight_smile:

Hey @thomas.vanleynseele

This is fixed on v2.0.10!

Thank you very much for letting us know!