-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
When creating and saving an access list I receive an "Internal Error" message. NPM log records this which appears to be an Express to MySQL error:
[10/8/2022] [4:32:52 AM] [Express ] › ⚠ warning connect ECONNREFUSED 172.16.0.8:3306
After closing the access list pop-up there is a new entry however not all addresses that were entered were saved. I was attempting to add all Cloudflare IPv4 address ranges plus my internal LAN so 16 total entries. Initially after entering them all and getting the error the access list that was shown had 14 rules instead of the intended 16. I opened and re-entered the addresses that were missing which were in the middle of my previous inputs. When saved I received the same 'Internal Error' message and 'ECONNREFUSED' in logs and this time the resulting entry only had 10 rules.
I will also note that when I first tried to login I received the 'Internal Error' message and 'ECONNREFUSED' from the database was logged as well. Restarting the NPM and DB resolved that and I was able to login.
Nginx Proxy Manager Version
2.9.18
To Reproduce
Steps to reproduce the behavior:
- Go to http://IP:81/nginx/access
- Click 'Add Access List'
- Enter a name and under Access create allow rules for Cloudflare IPs here https://www.cloudflare.com/ips-v4 (would be nice if this could be a default access rule)
- Click Save
Expected behavior
Access list created with entered Allow list IPs
Screenshots
Operating System
Docker on Ubuntu 20.04
Additional context
N/A