[GH-ISSUE #1518] Cant login to Pangolin anymore / Redirect to Login Form #35357

Closed
opened 2026-06-18 20:19:52 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @beyertom on GitHub (Sep 22, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1518

Hi all,

I’m unable to log in to Pangolin anymore. Here’s what happens:

  1. I open the login page: https://pangolin.abc.de/auth/login
  2. I enter my username and password, then press return
  3. I’m prompted for a TOTP code, which I enter and submit
  4. Instead of logging in, I’m redirected back to the username/password login page

I enabled debugging, and these are the logs generated during the process:

Sep 22 12:56:16 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:16.776Z [debug]: POST /api/v1/auth/login
Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.391Z [debug]: POST /api/v1/auth/login
Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.517Z [debug]: GET /api/v1/user
Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.529Z [debug]: GET /api/v1/auth/initial-setup-complete
Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.607Z [debug]: GET /api/v1/user

Thanks a lot for your support.

Best regards,
Tom

Originally created by @beyertom on GitHub (Sep 22, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1518 Hi all, I’m unable to log in to Pangolin anymore. Here’s what happens: 1. I open the login page: https://pangolin.abc.de/auth/login 2. I enter my username and password, then press return 3. I’m prompted for a TOTP code, which I enter and submit 4. Instead of logging in, I’m redirected back to the username/password login page I enabled debugging, and these are the logs generated during the process: ``` Sep 22 12:56:16 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:16.776Z [debug]: POST /api/v1/auth/login Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.391Z [debug]: POST /api/v1/auth/login Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.517Z [debug]: GET /api/v1/user Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.529Z [debug]: GET /api/v1/auth/initial-setup-complete Sep 22 12:56:18 hermodur docker-pangolin-start[123073]: 2025-09-22T10:56:18.607Z [debug]: GET /api/v1/user ``` Thanks a lot for your support. Best regards, Tom
Author
Owner

@AstralDestiny commented on GitHub (Sep 23, 2025):

Got web console logs?

<!-- gh-comment-id:3323068118 --> @AstralDestiny commented on GitHub (Sep 23, 2025): Got web console logs?
Author
Owner

@beyertom commented on GitHub (Sep 23, 2025):

Stupid me, i had mixed content between HTTP and HTTPS. Somehow i must have changed the url in the config.yml. I updated it to https:// and everything works like a charm again. Thanks for pointing me in the right direction!

<!-- gh-comment-id:3323408704 --> @beyertom commented on GitHub (Sep 23, 2025): Stupid me, i had mixed content between HTTP and HTTPS. Somehow i must have changed the url in the config.yml. I updated it to https:// and everything works like a charm again. Thanks for pointing me in the right direction!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#35357