-
Notifications
You must be signed in to change notification settings - Fork 3k
Login failure 502 bad gateway #4186
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
Comments
I executed the command in the link to get the system to start properly commands: NPM_CTR_NAME=nginxproxymanager
docker exec $NPM_CTR_NAME sed -i 's/\.then(internalIpRanges\.fetch)//g' /app/index.js
docker restart $NPM_CTR_NAME |
Indeed, it seems that the request is being blocked. |
没有完全启动导致的502,我是因为国内访问https://ip-ranges.amazonaws.com/ip-ranges.json困难, 添加DNS 8.8.8.8 解决了 |
Yes , Just because it is not fully started, it will cause 502. I am using the intranet and cannot access the internat.
|
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
When I installed npm and logged in, 502 bad gateway appeared
I have tried to replace the image version and change the installation location. A problem was found when the npm mirror was started he got stuck at Fetching https://ip-ranges.amazonaws.com/ip-ranges.json
Since the system is now booted normally, please forgive me for not providing a complete error log
Nginx Proxy Manager Version
2.10.4,latest
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
Operating System
Additional context
The text was updated successfully, but these errors were encountered: