tinymce:提示:This domain is not registered with Tiny Cloud.(tinymce 6.5.1)
一,报错内容:
This domain is not registered with Tiny Cloud. Please see thequick start guide orcreate an account
如图:
原因:
如果使用cdn方式调用tinymce,如下:
<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/6/tinymce.min.js" referrerpolicy="origin"></script>
但又没有在其官方站注册api,则会出现此提示信息
如果不想注册,改为采用self-hosted方式即可
把tinymce的js文件上传到自有的服务器上运行
二,解决:
访问:
https://www.tiny.cloud/get-tiny/self-hosted/
如图:
下载后在自有页面上调用:
<script src="/static/js/tinymce/tinymce.min.js" ></script>
说明:刘宏缔的架构森林—专注it技术的博客,
网站:https://blog.imgtouch.com
原文: https://blog.imgtouch.com/index.php/2023/06/29/tinymce-ti-shi-this-domain-is-not-registered-with-tiny-cloud-tinymce-6-5-1/
代码: https://github.com/liuhongdi/ 或 https://gitee.com/liuhongdi
说明:作者:刘宏缔 邮箱: 371125307@qq.com
三,改用self-hosted后,效果如图:
报错已不显示: