mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[GH-ISSUE #162] [Bug] Not possible to logout #3260
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 @ellite on GitHub (Feb 5, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/162
Beta 12 (not sure if it affectied previous versions)
Steps to reproduce:
Expected:
Actual:
From the network panel I can see this response from the logout endpoint
{"data":null,"success":false,"error":true,"message":"Failed to log out","status":500,"stack":null}From docker compose logs -f
@ellite commented on GitHub (Feb 5, 2025):
After clearing the cookies and reloading the page, the issue went away.