Magento version 2.3.2 show hide editor not working inside whole admin. When i try to add/update any product or pages and click on show/hide editor button editor does not show and inside console.log it show 404 not found mysite.com/static/adminhtml/Magento/backend/en_US/tinymce.js.
I have tried all related commands but not found where it is calling tinymce.js. In magento 2.3 correct path is static/adminhtml/Magento/backend/en_US/tiny_mce_4/tinymce.min.js
But i have no idea where i need to change this path. Inside require.js have no clue to find out real path.
Hello @webkeonsanjeev
I can see this issue on Magento core issue list:
https://github.com/magento/magento2/issues/11577
To fix this issue you can just upgrade to newest version, it will fix your issue:
https://github.com/pavelleonidov/magento2-tinymce4
Hi Manish,
Thank you for reply but I already installed this but problem is same, even i cross checked requirejs-config.js file there all configuration is perfect
var config = {
shim: {
'tiny_mce_4/tinymce.min': {
exports: 'tinyMCE'
}
},
paths: {
'ui/template': 'Magento_Ui/templates'
},
map: {
'*': {
uiElement: 'Magento_Ui/js/lib/core/element/element',
uiCollection: 'Magento_Ui/js/lib/core/collection',
uiComponent: 'Magento_Ui/js/lib/core/collection',
uiClass: 'Magento_Ui/js/lib/core/class',
uiEvents: 'Magento_Ui/js/lib/core/events',
uiRegistry: 'Magento_Ui/js/lib/registry/registry',
consoleLogger: 'Magento_Ui/js/lib/logger/console-logger',
uiLayout: 'Magento_Ui/js/core/renderer/layout',
buttonAdapter: 'Magento_Ui/js/form/button-adapter',
tinymce4: 'tiny_mce_4/tinymce.min',
wysiwygAdapter: 'mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter'
}
}
};
Any update about this issue ? I have the same problem in Magento enterprise 2.3.3. landofcoder support are scary, I wonder if its not better to simply remove the module!