meteorlxy / vssue

:mailbox: A Vue-powered Issue-based Comment Plugin
https://vssue.js.org
MIT License
769 stars 105 forks source link

Network Error #120

Closed deepinsea closed 3 years ago

deepinsea commented 3 years ago

使用anywhere运行测试html页面发现评论不了(回调地址也没问题),一评论就会出现下面的图片: Snipaste_2020-12-16_23-14-44

最近在集成vssue到vuepress中,老是显示评论加载失败,请问怎么解决?感谢了😟

deepinsea commented 3 years ago

我奔溃了,除了第一次能添加评论,后面都添加不了

deepinsea commented 3 years ago

终于发现问题所在了,成功解决了

deepinsea commented 3 years ago

Snipaste_2020-12-17_01-49-33

deepinsea commented 3 years ago

清理了node_module, 重新npm install,清理了谷歌浏览器的cookie,再检查config.js后成功解决。原因是clientSecret中多了一个空格(Low Level Error),导致第一次记住的token保存在谷歌浏览器中没有改变。后面每次登陆都是使用的原先的"Error"密码,导致一直错误。因此,Oauth Application信息一定要check clear,否则会出现错误循环,直到将你的心态搞炸!!!