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.