cancel
Showing results for 
Search instead for 
Did you mean: 

Script error for: tinymce - cannot edit pages or design

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Script error for: tinymce - cannot edit pages or design

When I try to edit pages, they do not load. I can see the following error is generated:

 

GET https://[-]/static/version1572639765/adminhtml/Magento/backend/en_GB/tinymce.js net::ERR_ABORTED 404 (Not Found)require.js:166 Uncaught Error: Script error for: tinymce
http://requirejs.org/docs/errors.html#scripterror
    at makeError (require.js:166)
    at HTMLScriptElement.onScriptError (require.js:1681)

 

Can you advise please?

 

Thanks

 

 

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Script error for: tinymce - cannot edit pages or design

Hello @annette_cmela 

 

Run below command in magento root

 

 bin/magento setup:upgrade
 bin/magento setup:static-content:deploy -f en_GB

Hope it helps.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

View solution in original post

Re: Script error for: tinymce - cannot edit pages or design

2 REPLIES 2

Re: Script error for: tinymce - cannot edit pages or design

Hello @annette_cmela 

 

Run below command in magento root

 

 bin/magento setup:upgrade
 bin/magento setup:static-content:deploy -f en_GB

Hope it helps.

---
If you've found my answer useful, please give"Kudos" and "Accept as Solution"

Re: Script error for: tinymce - cannot edit pages or design

Thank you!