-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
By using WatchTower my containers are getting upgraded to the latest version (2.9.15). Since the latest upgrade, I am able to log in and view all entries and pages. But clicking on Save does not do anything. The view remains and nothing happens. Logs in the container do not display an error or warning. Nor do the logs of the MariaDB I'm using to store the data. Everything seems fine, but pushing save does not work.
Nginx Proxy Manager Version
2.9.15
To Reproduce
Steps to reproduce the behavior:
- Log in
- Click on 'proxy hosts('
- Either click on 'Add Proxy Host' or the 3 dots after any configured host and then 'Edit'
- Change anything in the view
- Click on Save -> nothing happens
Expected behavior
The expectation is that the view disappears and changes (or a new host) is added.