I enter my username and password, then press return
I’m prompted for a TOTP code, which I enter and submit
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
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!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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:
I enabled debugging, and these are the logs generated during the process:
Thanks a lot for your support.
Best regards,
Tom
@AstralDestiny commented on GitHub (Sep 23, 2025):
Got web console logs?
@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!