mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 01:22:50 -05:00
[GH-ISSUE #2595] Resource with dashboard's subdomain causes endless redirect loop #8959
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 @Root-Core on GitHub (Mar 4, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2595
Describe the Bug
The dashboard can be accessed at
pangolin.example.com.If you configure the same subdomain as a resource, you will be redirected in a loop (HTTP 302).
I configured it this way on purpose to test whether anything would break, and it did. :)
I don't think that's a common issue.
I fixed it by changing the dashboard's subdomain in the configuration; you can then remove the resource.
Environment
To Reproduce
pangolin.example.compangolinexample.comhttpslocalhost443Expected Behavior
There should be a warning or error message.