mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 20:59:07 -05:00
[GH-ISSUE #2859] Unable to Login since upgrade to 1.17.1 (Enterprise Edition) #11020
Reference in New Issue
Block a user
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 @Blacks-Army on GitHub (Apr 14, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2859
Describe the Bug
Hi,
since upgrading Pangolin from 1.17.0 to 1.17.1, I am no longer able to log in. The same setup worked without any issues on version 1.17.0.
What happens:
Environment:
Logs:
Observed behavior:
Expected behavior:
After successful authentication, the user should be logged in and redirected to the dashboard.
Environment
@oschwartz10612 commented on GitHub (Apr 14, 2026):
Interesting... If you try in a incognito window or after clearing browser data does it change? Could you put the server into debug mode and send some logs both with the key and the user/pass? https://docs.pangolin.net/self-host/advanced/config-file#param-log-level
@Blacks-Army commented on GitHub (Apr 15, 2026):
Okay, the logs do not reveal much, they mainly show that Pangolin is verifying the session Badger sent. However, I was able to narrow the issue down to Badger.
With Badger v1.3.1, login works as expected, while with v1.4.0 it does not.
One interesting observation is that even when running Badger v1.4.0, the logs from badger/pangolin still report the version as v1.3.1.
There is a significant amount of sensitive data in the logs, so I would prefer not to share them publicly.
This issue can be closed on my side, I will open a dedicated issue in the Badger repository.
As a general suggestion, it would be very helpful to have a toggle or option to anonymize logs automatically, so they can be shared safely for debugging purposes.