-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
国际版域名问题 #340
Comments
@gears233 OK,收到,已知问题,将于近期修复,感谢反馈~ |
+1 |
自定义服务器的URL需要到LeanCloud后台查看。打开后台之后进入Settings - App Keys,找到Domain whitelist,里面的Request domain里面的那个xxxxxxxx.api.lncldglobal.com就是你需要指定的服务器URL。其中xxxxxxxx就是各位的AppID的前8位字符。 NexT主题需要在主题的 serverURLs: https://xxxxxxxx.api.lncldglobal.com # 把xxxxxxxx替换成你自己AppID的前8位字符 这时候再重新部署应该就可以恢复了。 |
感谢提供的建议,我试着实际操作了下,更改前是超时,但是更改后发现获取评论时地址会带上我自己GitHub pages 的地址导致 404.
|
大致看了一下你用的那个主题的配置方式。猜测可能是你在 valineServerURLs = "https://xxxxx.api.lncldglobal.com" |
请问1.3.10怎么改呢?GET https://us.avoscloud.com/1.1/classes/Comment?where=xxxxxx net::ERR_TIMED_OUT 的错误在av-min.js里面的e.send(void 0!==n?n:null)里,matery的主题。谢谢! |
@jeffreyouni 你这个主题里面本来就没有给配置自定义URL。。。 你需要去 <script>
new Valine({
el: '#vcomments',
appId: '<%- theme.valine.appId %>',
appKey: '<%- theme.valine.appKey %>',
notify: '<%- theme.valine.notify %>' === 'true',
verify: '<%- theme.valine.verify %>' === 'true',
visitor: '<%- theme.valine.visitor %>' === 'true',
avatar: '<%- theme.valine.avatar %>',
pageSize: '<%- theme.valine.pageSize %>',
lang: '<% if (config.language == "zh-CN") { %>zh-cn<% } else { %>en<% } %>',
placeholder: '<%= theme.valine.placeholder %>'
,serverURLs: '<%= theme.valine.serverURLs %>' // 加上这一行
});
</script> 然后在你主题的 # The configuration of the Valine comment module is not activated by default.
# To use it, activate the configuration item and set appId and appKey.
# Valine 评论模块的配置,默认为不激活,如要使用,就请激活该配置项,并设置 appId 和 appKey.
valine:
enable: false
appId:
appKey:
notify: false
verify: false
visitor: true
avatar: 'mm' # Gravatar style : mm/identicon/monsterid/wavatar/retro/hide
pageSize: 10
placeholder: 'just go go' # Comment Box placeholder
background: /medias/comment_bg.png
serverURLs: https://你的AppID前8位.api.lncldglobal.com # 加上这一行 |
嗯,是我直接从 leancloud内复制贴进去了,加上https后 问题解决了,非常感谢! |
好的谢谢,我之前直接把 |
@No5972 谢谢大佬,亲测管用! |
从今天傍晚开始,us.leancloud.cn 似乎已经停止解析。 |
国际版按照上面的方法操作后,依旧提示:
xxxxx为我的AppID的前8位字符。 |
升级到最新版本问题解决 |
最新cdn
|
|
换成UNPKG 的地址 https://unpkg.com/[email protected]/dist/av-min.js |
你好,目前leancloud “https://xxxxxxxx.api.lncldglobal.com ” 出现net::ERR_CONNECTION_REFUSED问题 |
|
这边挂到外网后可以正常运转 本地网络无法访问 |
Leancloud在一次更新中更换了Api域名,导致旧版av-min.js无法接通,可以看看这篇文章 |
是电脑DNS问题,更改DNS就是好了 |
eeeeeeeee |
如果您想报告错误,请提供以下信息 If you want to report a bug, please provide the following information:
进行评论
https://gears233.github.io 任意含评论的页面
Valine版本 v1.4.14 ,操作系统 win10 ,chrome v85
因为国内节点强制要求备案,所以一直用的国际版,但是今天突然发现 us.avoscloud.com 域名在国内外均已经无法ping通 ,调试界面也显示:POST https://us.avoscloud.com/1.1/classes/Comment net::ERR_TIMED_OUT 导致无法评论。
疑似老域名已不再使用,请求确认与更新。https://forum.leancloud.cn/t/us-avoscloud-com/22749
The text was updated successfully, but these errors were encountered: