NginxProxyManager / nginx-proxy-manager

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

Sign in Button Fails After Upgrade to v2.10.4 #3313

Closed jwebbstevens closed 9 months ago

jwebbstevens commented 10 months ago

Checklist

Describe the bug Upgraded to v2.10.4 went to sign in and the Sign in button just clicks and no action follows.

Nginx Proxy Manager Version v2.10.4 via docker jc21/nginx-proxy-manager

To Reproduce Steps to reproduce the behavior:

  1. Go to local ip address of Nginx Proxy Manager Web UI
  2. Click on email and password and enter information
  3. Scroll down to Sign in and click
  4. Nothing happens
  5. Proxy is still running can navigate to any of my established routes using the common name.
  6. Checked Env variable requirements many times to make sure MariaDB is working too.

Expected behavior Expectation is that I clear the signin page and get taken to the Web UI Homepage of my instance of Nginx Proxy Manager

Screenshots Nginx-Proxy-Manager Login Screen

Operating System Synology NAS Running DSM 7.2-64570 Container Manager/Docker

Additional context Tried Chrome (latest), Safari (Latest), Firefox (Latest). Turned off all firewalls local and otherwise.

ethayer commented 9 months ago

I also had this issue. Moving the DB folder up one level out of "data" fixed it for me.

Solution: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3237

jwebbstevens commented 9 months ago

Ah thanks. I ended up to just rebuilding the entire thing from scratch though with the latest version and then moved the DB folder as reference in #3237 . Probably for the best because my sites needed to be reconfigured anyhow.