mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #1996] version 2.9.15 to 2.9.18 docker upgrade broke npm #1442
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1442
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DWShuo on GitHub (Apr 13, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1996
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Was running the docker image for version 2.9.15
Upgraded the docker image to 2.9.18 via
docker-compose pull && docker-compose up -dNo WebUI, and website behind NPM shows Error 521
Nginx Proxy Manager Version
Cant access login page
To Reproduce
Steps to reproduce the behavior:
Expected behavior
192.168.0.100:81/ should show login page
Operating System
Ubuntu 21.10 inside LXC
Additional context
Error from docker log nginx-docker_app_1
docker-compose.yml file since 2.9.15
File tree
@DWShuo commented on GitHub (Apr 13, 2022):
tried upgrading from 2.9.15 to 2.9.16 also failed for me
@DWShuo commented on GitHub (Apr 13, 2022):
I was able to fix this by removing and re-adding all the proxy hosts, and SSL certs. Then updating to the latest version, seems to be working correctly now