Can not load tinymce correctly

I am installing tinymce 7.1 on trytond version 7.0.11 and tryton-sao-7.0.9.tgz

I have configured cors with the indicated domain and also the html section where I have tinymce installed

[html]
src = https://mydomain.com/static/js/tinymce/tinymce.min.js

Also the icons are not displayed correctly.

I receive this message

Uncaught (in promise) Error: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received.

May I need to configure it better for it to work properly.

You probably need to place the icons at the same place as the javascript.

Usually I prefer non-minified version as it provides better context on such error.

I have the icons in the same folder but there is a problem with CORS, I’m going to try with the non-minified version.