[GH-ISSUE #3681] Can't login anymore. #2436

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

Originally created by @alessiodam on GitHub (Apr 6, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3681

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker 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 pressing the login button, I am welcomed with this very satisfying error message:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Nginx Proxy Manager Version

To Reproduce
Steps to reproduce the behavior:

  1. Input your credentials
  2. press log in

Expected behavior
It should log me in like it did before

Screenshots
image

Operating System
Ubuntu 22.04 LTS Pro

Additional context
Docker version: Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1
Browser: Firefox 124.0.2 (64-bit) - Up To Date
Last time I logged in was 4 days ago I think.

Originally created by @alessiodam on GitHub (Apr 6, 2024). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3681 <!-- Are you in the right place? - If you are looking for support on how to get your upstream server forwarding, please consider asking the community on Reddit. - If you are writing code changes to contribute and need to ask about the internals of the software, Gitter is the best place to ask. - If you think you found a bug with NPM (not Nginx, or your upstream server or MySql) then you are in the *right place.* --> **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker 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 pressing the login button, I am welcomed with this very satisfying error message: `SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data` **Nginx Proxy Manager Version** <!-- What version of Nginx Proxy Manager is reported on the login page? --> **To Reproduce** Steps to reproduce the behavior: 1. Input your credentials 2. press log in **Expected behavior** It should log me in like it did before **Screenshots** ![image](https://github.com/NginxProxyManager/nginx-proxy-manager/assets/69647028/2793b296-8be6-48e1-8450-6add8e17065f) **Operating System** Ubuntu 22.04 LTS Pro **Additional context** Docker version: `Docker version 24.0.5, build 24.0.5-0ubuntu1~22.04.1` Browser: `Firefox 124.0.2 (64-bit) - Up To Date` Last time I logged in was 4 days ago I think.
kerem 2026-02-26 07:35:34 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@alessiodam commented on GitHub (Apr 6, 2024):

This issue is somehow fixed and I didn't do nothing??

<!-- gh-comment-id:2041083044 --> @alessiodam commented on GitHub (Apr 6, 2024): This issue is somehow fixed and I didn't do nothing??
Author
Owner

@thebino commented on GitHub (Apr 12, 2024):

Have you checked the docker logs? There might be any hint as to why the backend service can't start properly. That's why this error appears most likely.

<!-- gh-comment-id:2051608478 --> @thebino commented on GitHub (Apr 12, 2024): Have you checked the docker logs? There might be any hint as to why the backend service can't start properly. That's why this error appears most likely.
Author
Owner

@alessiodam commented on GitHub (Apr 13, 2024):

I noticed that nginx proxy manager requires port 3000, which was in use by another service, I changed the port of the other service and now it works.

<!-- gh-comment-id:2053593595 --> @alessiodam commented on GitHub (Apr 13, 2024): I noticed that nginx proxy manager requires port 3000, which was in use by another service, I changed the port of the other service and now it works.
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#2436
No description provided.