Closed pzwboy closed 1 year ago
sorry,刚刚换了个评论系统(还是用不了),刚刚又换回来了,可以帮我看看吗?
抱歉,并没有看到Valine相关配置,给不了你相关建议~
@xCss 看了下控制台,可能是因为us.avoscloud.com访问不了?
初始化的时候,加入serverURLs
试试:
new Valine({
el: '#comments',
appId: '',
appKey: ''
+ serverURLs: https://xxxxxxxx.api.lncldglobal.com # 把xxxxxxxx替换为自己AppID的前8位字符
})
@xCss 加入了,但仍然不能评论
我的AppId.api.lncldglobal.com/1.1/classes/Comment?where=%7B%22%24or%22%3A%5B%7B%22rid%22%3A%7B%22%24exists%22%3Afalse%7D%7D%2C%7B%22rid%22%3A%22%22%7D%5D%2C%22url%22%3A%22%2F%22%7D&order=-createdAt%2C-insertedAt&limit=0&count=1:1
Failed to load resource: net::ERR_CONNECTION_CLOSED
@xCss 加入了,但仍然不能评论
我的AppId.api.lncldglobal.com/1.1/classes/Comment?where=%7B%22%24or%22%3A%5B%7B%22rid%22%3A%7B%22%24exists%22%3Afalse%7D%7D%2C%7B%22rid%22%3A%22%22%7D%5D%2C%22url%22%3A%22%2F%22%7D&order=-createdAt%2C-insertedAt&limit=0&count=1:1 Failed to load resource: net::ERR_CONNECTION_CLOSED
我这是可以的~
或者将serverURLs
改成下面的试试:
new Valine({
el: '#comments',
appId: '',
appKey: ''
+ serverURLs: https://leancloud.cn #
})
Code 401: 未经授权的操作,请检查你的AppId和AppKey.
还是算了吧
waline正常发送评论
谢谢🙏
使用的是LeanCloud国际版 APP ID和APP Key也配置好了 安全域名也有 正常显示评论框 无法发送评论