xCss / Valine

A fast, simple & powerful comment system.
https://valine.js.org
GNU General Public License v2.0
2.2k stars 253 forks source link

无法正常发送评论 #423

Closed pzwboy closed 1 year ago

pzwboy commented 1 year ago

使用的是LeanCloud国际版 APP ID和APP Key也配置好了 安全域名也有 正常显示评论框 image 无法发送评论 image

xCss commented 1 year ago

image 抱歉,并没有看到Valine相关配置,给不了你相关建议~

pzwboy commented 1 year ago

sorry,刚刚换了个评论系统(还是用不了),刚刚又换回来了,可以帮我看看吗?

image 抱歉,并没有看到Valine相关配置,给不了你相关建议~

pzwboy commented 1 year ago

@xCss 看了下控制台,可能是因为us.avoscloud.com访问不了?

xCss commented 1 year ago

初始化的时候,加入serverURLs试试:

new Valine({
    el: '#comments',
    appId: '',
    appKey: ''
+   serverURLs: https://xxxxxxxx.api.lncldglobal.com # 把xxxxxxxx替换为自己AppID的前8位字符
})
pzwboy commented 1 year ago

@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 commented 1 year ago

@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

image

我这是可以的~
或者将serverURLs改成下面的试试:

new Valine({
    el: '#comments',
    appId: '',
    appKey: ''
+   serverURLs: https://leancloud.cn # 
})
pzwboy commented 1 year ago

Code 401: 未经授权的操作,请检查你的AppId和AppKey. 还是算了吧

pzwboy commented 1 year ago

waline正常发送评论

pzwboy commented 1 year ago

谢谢🙏