其他分享
首页 > 其他分享> > 关于Hexo Valine 国际版 LeandCloud 评论失效的问题

关于Hexo Valine 国际版 LeandCloud 评论失效的问题

作者:互联网


传送门 : [原文详细链接](https://ethant.top/articles/hexo541u/#valine%E8%8E%B7%E5%8F%96%E8%AF%84%E8%AE%BA%E5%A4%B1%E8%B4%A5)

 

如图所示 , 这里并没有加载和渲染 valine 评论数据 , 但在 LeanCloud 数据存储中 是存在评论数据的。

打开控制台 发现 https://us.avoscloud.com/1.1/classes/Comment?xxxxx 已经请求失败(net::ERR_NAME_NOT_RESOLVED), 域名也无法ping通。

 

解决办法:

将 Valine 指定 自定义服务器URL。在主题配置里的 Valine 的 serverURLs 填入 https://xxxxxxxx.api.lncldglobal.com 。自定义服务器的URL需要到 LeanCloud后台 查看。打开后台之后进入 Settings - App Keys ,Request domain 里面的 xxxxxxxx.api.lncldglobal.com 就是你需要指定的服务器URL。xxxxxxxx 就是 AppID的前8位字符。

如下图:

 

经 postman 测试 ,https://xxxxxxxx.api.lncldglobal.com/1.1/classes/Comment?x=x&xx=xx 该接口会正常返回评论数据。

 


改完重新编译打包 , 即可看到已经加载评论数据。

 

标签:E8%,Hexo,lncldglobal,xxxxxxxx,LeandCloud,https,Valine,com
来源: https://www.cnblogs.com/tzy1997/p/15664444.html