in Plone 5.2.7 we have problem with Tinymce editor,
we can not insert image to Actuality (to this content type we can add Image/Link/File).
How we can install again Tinymce to Plone?
if we set English as site lang, i see at console:
404 error, missing of /base/node_modules/tinymce-builded/js/tinymce/skins/lightgray/content.min.css
if we set Czech as languague of site we see at console:
404 error: /node_modules/tinymce-builded/js/tinymce//langs/cs.js
/node_modules/tinymce-builded/js/tinymce//langs/cs_CS.js
/base/node_modules/tinymce-builded/js/tinymce/skins/lightgray/content.min.css
when insert image in "Internal Image" we see this:
What were the last things that you changed in the website when selecting an image still worked? Did you update Plone to this new version (5.2.7), did you change settings?
the 2 errors you see in the console shouldn't be critical for the image select modal to work, the first content.min.css is a default css to show styling in the wysiwyg tinymce window if you don't override the setting in the tinymce control panel. The second is foreign language support.
What happens if you click on the home symbol in the screesnhot you uploaded where you see 'searching...' . What you should see in the network tab is an XHR request to the Plone site with
@@getVocabulary?name=plone.app.vocabularies.Catalog&query={"criteria":[{"i":"UID","o":"plone.app.querystring.operation.list.contains","v":["038b157b8a204c368fc6d703c3dd33e3"]}]}&attributes=["UID","Title","portal_type","path","getURL","getIcon","is_folderish","review_state"] or something
similar. This loads the content listing from the server to present in the modal / dialog.
(screenshot is just an example from a project I quickly started locally with Plone 5.2.X in Firefox)
If you switched from 'development' to production mode did you also change the domain name on which the Plone site is now published and/or the subpath? (Like http://mysite.local:8080/plone to https://mysite.com/ )
Informed guess here, but there could be a mismatch now where the xhr requests for the content listings somehow are not arriving correctly at the portal site root.