NginxProxyManager / nginx-proxy-manager

Docker container for managing Nginx proxy hosts with a simple, powerful interface
https://nginxproxymanager.com
MIT License
22.6k stars 2.62k forks source link

Just updated to 2.12.0 and login credentials aren't working #4056

Open sluflyer06 opened 1 week ago

sluflyer06 commented 1 week ago

Hi, not sure where to go, I just updated to 2.12 and I can no longer login to admin console, the container is running and serving RP, but I can't login with my normal credentials or the default user with changeme password. It says "not found"

jc21/nginx-proxy-manager:latest

app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped network_mode: host ports:

These ports are in format :

  - '80:80' # Public HTTP Port
  - '443:443' # Public HTTPS Port
  - '81:81' # Admin Web Port
  # Add any other Stream port you want to expose
  # - '21:21' # FTP
sluflyer06 commented 1 week ago

If I change back to 2.11.3 it works again.

I did notice in log that it keeps saying port 3000 is already in-use if that's impactful, I'm not seeing that in 2.11.3