Skip to content

Magento 2 Minified js file not loading by wysiwyg

I have Magento 2.4.6 installed and wysiwyg is configured.

In my magento admin order view page i’m facing below issue.

adminhtml/Cov/coversandall/en_US/tiny_mce_6/plugins/help/js/i18n/keynav/en.js is loading in the localhost but in live environment js is minify is enabled and file is there at same pathe with name en.min.js but it giving 404 error for adminhtml/Cov/coversandall/en_US/tiny_mce_6/plugins/help/js/i18n/keynav/en.js

Even minification is enable tinymce is loading unminified js version.

it’s called by tinymce/js/tinymce/plugins/help/plugin.min.js

b.load(tinymce.html-i18n.help-keynav.${t},${e}/js/i18n/keynav/${t}.js)

please give me some idea how can I fix this? Is it default Magento issue?