brookshi / Hitchhiker

a Restful Api test tool
http://www.hitchhiker-api.com
Other
2.19k stars 402 forks source link

部署成功后,谷歌浏览器点击不登录试用或者直接注册,都会调到一个页面但是资源加载不出来,看console下有报错403 #296

Open zhangpinxiu opened 5 years ago

zhangpinxiu commented 5 years ago

1. What went wrong (哪里出错)? Please describe what went wrong (请描述bug的具体表现)

2. Steps to reproduce the problem (重现步骤): Clear and concise reproduction instructions are important for us to be able to triage your issue in a timely manner (简洁清晰的重现步骤能够帮助我们更迅速地定位问题所在)

3. What is the expected behavior (期望表现)? Please describe the expected behavior (请描述期望表现)

4. Did this work before (之前是否正常)? [Yes, No, N/A] [是,否,之前没用过]

5. Environment (环境):

6. Additional Information (e.g. Screenshots, Links) (补充信息,截图,链接等) Add any other context about the problem here (补充具体的上下文信息) Failed to load resource: the server responded with a status of 403 (Forbidden)

image
startSunSpring commented 5 years ago

我也是一样的错误,楼主解决了的话可以发一下解决方案

zhangpinxiu commented 5 years ago

你解决了不

---原始邮件--- 发件人: "startSunSpring"notifications@github.com 发送时间: 2019年6月26日(星期三) 下午2:53 收件人: "brookshi/Hitchhiker"Hitchhiker@noreply.github.com; 抄送: "zhangpinxiu"1163565402@qq.com;"Author"author@noreply.github.com; 主题: Re: [brookshi/Hitchhiker] 部署成功后,谷歌浏览器点击不登录试用或者直接注册,都会调到一个页面但是资源加载不出来,看console下有报错403 (#296)

我也是一样的错误,楼主解决了的话可以发一下解决方案

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

st-tree commented 5 years ago

我也遇到同样的问题,不用docker部署环境则没有,请问楼主有没有解决

zhangpinxiu commented 5 years ago

我的win10或者docker部署都有此问题,还没解决

---原始邮件--- 发件人: "st-tree"notifications@github.com 发送时间: 2019年7月7日(星期日) 晚上11:07 收件人: "brookshi/Hitchhiker"Hitchhiker@noreply.github.com; 抄送: "zhangpinxiu"1163565402@qq.com;"Author"author@noreply.github.com; 主题: Re: [brookshi/Hitchhiker] 部署成功后,谷歌浏览器点击不登录试用或者直接注册,都会调到一个页面但是资源加载不出来,看console下有报错403 (#296)

我也遇到同样的问题,不用docker部署环境则没有,请问楼主有没有解决

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

y1376001532 commented 5 years ago

遇到和你们一样的问题,我是这样解决的 1、pm2 logs 或者查看c:/user/.pm2/logs文件夹中日志记录信息,如果没在用户目录下可以使用pm2 show 0查看log path 2、查看日志,我在我的hitchhiker-out.log最后找到了ERR: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 3、然后google查找答案并得到解决:https://waylau.com/node.js-mysql-client-does-not-support-authentication-protocol/ 这篇文章说明的很详细

best wish~!