mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 15:13:46 -05:00
[GH-ISSUE #2556] 1.16.0 breaks sites #38981
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 @thaler-tech on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2556
Describe the Bug
I saw 1.16.0 was out, so I ran "docker compose pull" and "docker compose up -d --force-recreate" and after the stack was up and running again, all my sites had disappeared (screenshots attached of 1.15.4 vs 1.16.0). I just reverted back to 1.15.4 and everything is back to normal again.
Environment
To Reproduce
Set Pangolin Docker image to "docker.io/fosrl/pangolin:ee-postgresql-latest", run "docker compose pull" and "docker compose up -d --force-recreate", after Pangolin is back up, Sites are gone with the latest version.
Expected Behavior
Sites should be populated.
@oschwartz10612 commented on GitHub (Feb 27, 2026):
Hey do you see any logs that might indicate an issue on the latest version?
@oschwartz10612 commented on GitHub (Feb 27, 2026):
We are doing some testing as wel.
@thaler-tech commented on GitHub (Feb 27, 2026):
I will set it back to latest and pull logs for you. As far as I can tell, no functionality actually broke, the sites just disappeared, but public resources were still available. Private resources also disappeared which I forgot to mention.
I've just gone through and updated all my servers to the latest newt connector as well, so let me see if that made any difference, which I doubt since one of the servers was already on that version and it also wasn't visible.
Hold tight, I'll report back!
@thaler-tech commented on GitHub (Feb 27, 2026):
Alright, I hope I didn't inadvertently leave anything sensitive in there, but here are the logs from "docker compose logs -f":
@oschwartz10612 commented on GitHub (Feb 27, 2026):
This is helpful thank you looking into it
@oschwartz10612 commented on GitHub (Feb 27, 2026):
Rebuilding with the missing aliases fixed. Thanks for letting us know
@thaler-tech commented on GitHub (Feb 27, 2026):
Of course! Thank you guys for the amazing work! I've been loving Pangolin!
@oschwartz10612 commented on GitHub (Feb 27, 2026):
Container should be updated if you want to give it another shot! :}
@thaler-tech commented on GitHub (Feb 27, 2026):
Yep, I just did and it's good to go now. Only difference I am seeing is my public resource list order has changed and it doesn't let me sort it by name, but honestly I don't care all that much.
I will have to play with the new SSH auth-daemon support though, sounds like that could be super useful.
Thanks again!