mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-28 10:55:54 +03:00
[GH-ISSUE #1793] 502 Bad Gateway on login after upgrade to latest version #1324
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#1324
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 @X4V1 on GitHub (Jan 22, 2022).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1793
Hello,
I'm facing an issue after the upgrade from 2.9.7 to the latest version.
I'm running nginx-proxy-manager in docker on a raspberry pi os (3b+).
Everything was working fine before the update and after the upgrade only the login page stopped working (hosts configured before the upgrade still works)
I'm now getting a 502 Bad Gateway when I try to login. In the chrome debugger and I can see an HTTP call failing (POST /api/tokens)
The db used is maria-aria.
I can see multiple errors in docker logs but I don't understand what could be the cause.
log file available here
my docker-compose looks like this:
Any idea why the login page stopped working ?
UPDATE: downgraded to 2.9.14 and I'm now able to log in. Probably related to #1769 . Closing issue.