mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[GH-ISSUE #1950] Pangolin forget URL of docker label targer after restart or recreate #2048
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 @mprokopiev on GitHub (Nov 30, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1950
Describe the Bug
When pangolin container is restarted or recreated, it forgets all the URLs of docker label populated resources. Each URL is just a domain (without subdomain). No site is accessible. Pangolin is not requesting newt to provide docker details.
It is neccessary to open any of affected resource and either refresh the page or open it multiple times to see this in pangolin:
And this in newt:
Alternatively, newt can be restarted. I've waited for a while and sync didn't happen automatically.
Environment
To Reproduce
The domain name, instead of a valid URL with subdomain, is shown. Configured at the label domain is returning 404.
Expected Behavior
Expected URL, configured at the label, must be visible and URL must be accessible.
@omarahmed786 commented on GitHub (Dec 2, 2025):
I believe this is what is being described in #1645