mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #1369] Can't create subdomain resource #8641
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 @nico-checkmk on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1369
Hi again,
I have a newly installed single instance (fresh with 1.9.0) on which I try to create resources for a subdomain.
I have added my domain and it's subdomain to the configuration (example.com and sub.example.com). Then I create a resource for name.sub.example.com, click on create and the URL is only set to sub.example.com. Also traefik is trying to create a certificate for sub.example.com
Until version 1.9.1, it was possible to manually set the correct domain when editing the resource, but since the update to 1.9.2, it is not possible anymore.
When I edit my resource, go to the "General" tab and edit the Domain (which shows https://sub.example.com), it falls instantly back to sub.example.com (even without https)
@Pallavikumarimdb commented on GitHub (Aug 28, 2025):
Hi @nico-checkmk , What you’re experiencing is related to issue #1373 . Right now, if you enter the subdomain first and then choose the base domain, only the base domain gets saved - which is why you’re seeing it fall back to just sub.example.com. The behavior works correctly if the base domain is selected first and then the subdomain is entered.
@nico-checkmk commented on GitHub (Aug 29, 2025):
Thanks a lot!
My workaround for now is to enter the hostname and the subdomain part into the text field and then select my base domain. This looks a bit strange, but for now it works.
@oschwartz10612 commented on GitHub (Aug 31, 2025):
Thanks to @Pallavikumarimdb will be fixed in next patch release! :}