mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-09 06:09:26 -05:00
[GH-ISSUE #2447] Cannot validate license #2170
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 @Peint on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2447
Describe the Bug
cannot activate/validate license after stopping and restarting container
pangolin container logs
ive read a few other issues and dns was mentioned there so i tried diffrent dns servers, tried curl to /healthcheck got 200, manualy curling /api/v1/license/enterprise/validate results in 401
please let me know if i can provide more information
Environment
To Reproduce
Expected Behavior
license should work
@github-actions[bot] commented on GitHub (Feb 25, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@miloschwartz commented on GitHub (Feb 25, 2026):
The malformed error is usually from the encrypted values in the DB no longer being able to be decrypted by the server secret. This could happen if you changed the server secret without rotating it.
A few things that usually fix this and prevent it from happening: