[GH-ISSUE #3381] I have a problem when creating an access list. #2270

Closed
opened 2026-02-26 07:34:48 +03:00 by kerem · 5 comments
Owner

Originally created by @donrichys on GitHub (Dec 11, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3381

Hi, I've been reading and researching about this error for a couple of days, I've tried different ways and the error continues, in other projects I've run this and it has worked without problems.

I have followed the documentation as usual, and it gives me error, I have tried with mariabd and sqlite and nothing.

Manual URL:
https://nginxproxymanager.com/setup/#running-the-app

It has been tested in different browsers: Firefox, Chromiun

When I try to create an access rule, it remains blank and if I save it, it gives me an error, as shown in the screenshots.

image

image

My docker configuration is as follows:

version: '3.8'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80' # Public HTTP Port
      - '443:443' # Public HTTPS Port
      - '81:81' # Admin Web Port
    environment:
      PUID: 1000
      PGID: 1000
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

I have tried with a browser without extensions and I can't do it either.

I hope you can help me.
Best regards

Originally created by @donrichys on GitHub (Dec 11, 2023). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3381 Hi, I've been reading and researching about this error for a couple of days, I've tried different ways and the error continues, in other projects I've run this and it has worked without problems. I have followed the documentation as usual, and it gives me error, I have tried with mariabd and sqlite and nothing. Manual URL: https://nginxproxymanager.com/setup/#running-the-app It has been tested in different browsers: Firefox, Chromiun When I try to create an access rule, it remains blank and if I save it, it gives me an error, as shown in the screenshots. ![image](https://github.com/NginxProxyManager/nginx-proxy-manager/assets/153031878/b599f521-5b9c-406b-9417-cadb36414c40) ![image](https://github.com/NginxProxyManager/nginx-proxy-manager/assets/153031878/2ca3f6f2-adf7-49be-b336-2a0dfdc1882e) My docker configuration is as follows: ```sh version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '80:80' # Public HTTP Port - '443:443' # Public HTTPS Port - '81:81' # Admin Web Port environment: PUID: 1000 PGID: 1000 volumes: - ./data:/data - ./letsencrypt:/etc/letsencrypt ``` I have tried with a browser without extensions and I can't do it either. I hope you can help me. Best regards
kerem 2026-02-26 07:34:48 +03:00
  • closed this issue
  • added the
    stale
    bug
    labels
Author
Owner

@VittiVicci commented on GitHub (Jan 16, 2024):

are you still having an issue with this BUG? So am I. I posted in discussion, because im still a noob to Github. Was wondering if you made any progress?

<!-- gh-comment-id:1894552517 --> @VittiVicci commented on GitHub (Jan 16, 2024): are you still having an issue with this BUG? So am I. I posted in discussion, because im still a noob to Github. Was wondering if you made any progress?
Author
Owner

@donrichys commented on GitHub (Jan 17, 2024):

Hello, I have been investigating but in the end I have given up, I do not know if it is a bug or something, but I have tried a thousand ways to enter the container, and I have not obtained a solution, I hope you can help me.

<!-- gh-comment-id:1896218208 --> @donrichys commented on GitHub (Jan 17, 2024): Hello, I have been investigating but in the end I have given up, I do not know if it is a bug or something, but I have tried a thousand ways to enter the container, and I have not obtained a solution, I hope you can help me.
Author
Owner

@pfennig42 commented on GitHub (Mar 4, 2024):

I had the same mistake and found this issue. It is not a functionality bug, but an UI one. Add does not create the one entered, but adds a new field. For reasons it clears the field you just entered.

To make it work, simply fill out the field and then hit save.

<!-- gh-comment-id:1977414347 --> @pfennig42 commented on GitHub (Mar 4, 2024): I had the same mistake and found this issue. It is not a functionality bug, but an UI one. Add does not create the one entered, but adds a new field. For reasons it clears the field you just entered. To make it work, simply fill out the field and then hit save.
Author
Owner

@github-actions[bot] commented on GitHub (Sep 7, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:2334998498 --> @github-actions[bot] commented on GitHub (Sep 7, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Sep 9, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:3268604440 --> @github-actions[bot] commented on GitHub (Sep 9, 2025): Issue was closed due to inactivity.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#2270
No description provided.