mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-15 03:17:19 -05:00
Changing Authentication Method for Base Domain Resources Resets URL to https://null #121
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 @mahuika88 on GitHub (Mar 5, 2025).
Originally assigned to: @miloschwartz on GitHub.
I recently setup Pangolin and configured a new site and resources.
One of my resources is using the "Base Domain" type. I initially created this resource using the default authentication setting "Use Platform SSO", but later disabled this option.
After disabling "Use Platform SSO" and refreshing the page, I noticed the URL for the resource had been modified to https://null. I was able to reset it back to the original URL by clicking "Save Settings" on the General tab.
To test this further, I re-enabled Platform SSO for this resource and saw that it once again reverted the URL to https://null.
Version Details:
traefik 3.3.3
gerbil 1.0.0
pangolin:1.0.0
@miloschwartz commented on GitHub (Mar 5, 2025):
Ah okay yeah this is definitely a bug. I will have a fix out for this in the next update. One hack to work around this would be to apply the domain again (click the save button). I think that would do the trick. Thanks for finding this!