mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
Resource Subdomain Not Sticking in UI or Backend; Only Root Domain is Used #519
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 @erictwo on GitHub (Jul 23, 2025).
Pangolin Version
v1.7.3 Community Edition
Describe the Bug
When I create a Resource for a subdomain (e.g.
nextcloud.profloors.cloud) via the UI:https://profloors.cloud).Steps to Reproduce
nextcloud.profloors.cloudas the domain.nextcloud.profloors.cloudfrom WAN — results in 404 or server not found.What I Tried
What Should Happen
The UI and backend should retain the full subdomain for the resource, and allow access via that subdomain, not just the root domain.
Notes
Thanks for your help! Let me know if you need config, logs, or additional testing.
@Tim5965 commented on GitHub (Jul 24, 2025):
Same problem with creating a new resource, only after creating you can set the correct address again and then it should work.
@erictwo commented on GitHub (Jul 24, 2025):
Thanks so much Tim. That made it work
@miloschwartz commented on GitHub (Jul 24, 2025):
@Tim5965 @erictwo Thanks will look for the root cause of this.