mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #2698] [BUG] 2.9.20 breaks access list editing #1858
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#1858
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 @wzzrd on GitHub (Mar 17, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2698
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
After adding a new entry to an access list, the proxy host configuration is rendered with just semi colons where IP addresses and semi colons should have been:
Nginx Proxy Manager Version
2.9.20
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Container starts, renders access list for proxy 4.
** Actual behavior:**
Container does not start anymore:
Note: I edited the proxy host with id = 4 and added an additional IP address to it. I have both IPv4 and IPv6 addresses in access list.
Operating System
Podman container on RHEL9, with a volume for /data;
@xofox25 commented on GitHub (Mar 17, 2023):
I would like raise the same issue before seeing this topic.
The issue was already present in previous version of npm (2.9.19)
@wzzrd commented on GitHub (Mar 17, 2023):
Really? I haven't seen it on 2.9.19, tbh, but maybe that's because my setup was fairly static until yesterday.
@xofox25 commented on GitHub (Mar 17, 2023):
I've encountered this issue since a long time (at least one year ago) but never take the time to open a ticket. Apologies for the community....
@g1uliano commented on GitHub (Mar 17, 2023):
In my setup I have more than 60 domains, I had never had problems until this update, I came here to report this problem and saw that this issue already existed. To mitigate the problem, I used an image from a previous version, and it does not have this bug. Remembering that this is happening with all hosts, just edit and save and you will have the problem. The only solution other than downgrading is to not use the access lists
@wzzrd commented on GitHub (Mar 17, 2023):
Well, another solution is to copy the 4.conf out of the container and edit it outside of it before pushing it back. Quirky but it works.
@xofox25 commented on GitHub (Mar 17, 2023):
my workaround is to remove the proxy host and create another one.
I also manage to stop the docker, edit the .conf by adding the Access Rules and start the docker.
But sometimes it breaks the npm conf and I need to revert a snapshot of the VM.
@kaisermtek commented on GitHub (Mar 18, 2023):
I just killed 2 1/2 hours trying to figure out why my bloody Access List kept borking NPM. Low and behold! 150min of life I'll never get back.
@jc21 commented on GitHub (Mar 18, 2023):
Fixed in
github-developbranch, and new release coming very soon