mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 09:32:36 -05:00
[GH-ISSUE #1143] Resource with no domain causes endless redirect loop #18867
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 @srgustafson8 on GitHub (Jul 27, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1143
Originally assigned to: @miloschwartz on GitHub.
Running v1.7.3, recently upgraded from v1.5.x
Docker Compose running on AWS Lightsail
I triggered a strange error today where I created a new resource but never selected/added the domain as below:
The resource creates successfully, but then causes the app go into a redirect loop - any request made goes into a loop like this (real url obfuscated)
Can't see anything in the logs relating to this. The only fix is to delete that resource from the database directly.
Should the domain control be mandatory? I believe the behaviour recently changed, so it is now relatively easy to enter a correct domain as below, but without it actually being selected:
vs
@miloschwartz commented on GitHub (Jul 31, 2025):
1.8.0 makes the domain a requirement. Let me know if this is fixed!
@srgustafson8 commented on GitHub (Aug 1, 2025):
@miloschwartz will give this a test later, thanks!
@srgustafson8 commented on GitHub (Aug 3, 2025):
@miloschwartz fixes the problem by preventing creation of the resource without a domain - although to me it's lacking some some UI feedback as to why the creation doesn't work - just seems to do nothing when you click the button. Either way this issue is resolved! Thank you