Skip to content
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

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

Open
zhangpinxiu opened this issue May 19, 2019 · 5 comments

Comments

@zhangpinxiu
Copy link

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 (环境):

  • Hitchhiker Version (Hitchhiker版本): [e.g. V0.14]
  • Use Docker or Installation Package (使用Docker还是安装包): [e.g. Docker/Installation Package]
  • Node Version (If you use the installation package) (如果使用安装包的Node版本): [e.g. 8.11.3]
  • Server OS (部署的系统): [e.g. Ubuntu, Windows, MacOS]
  • Browser (浏览器): [e.g. Chrome, Firefox, Safari]

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
Copy link

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

@zhangpinxiu
Copy link
Author

zhangpinxiu commented Jul 6, 2019 via email

@st-tree
Copy link

st-tree commented Jul 7, 2019

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

@zhangpinxiu
Copy link
Author

zhangpinxiu commented Jul 9, 2019 via email

@y1376001532
Copy link

遇到和你们一样的问题,我是这样解决的
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~!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants