tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Failed to load icons: default from url * #196

Closed ajhernandez95 closed 3 years ago

ajhernandez95 commented 3 years ago

What is the current behavior? tinyMCE Fails to init with error of: Failed to load icons: default from url _domain_name_/icons/default/icons.js using a GET request after upgrading to angular 9 Please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox.io or similar.

What is the expected behavior? Expected tinyMCE to init like usual Which versions of TinyMCE/TinyMCE-Angular, and which browser / OS are affected by this issue? Did this work in previous versions of TinyMCE or TinyMCE-Angular? "@tinymce/tinymce-angular": "^4.2.0" "tinymce": "^5.5.1"

ajhernandez95 commented 3 years ago

Solved the issue myself, had to import default icons since I am now using 5.5.1 which is required on 5.3 and above.