mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 15:13:46 -05:00
[GH-ISSUE #1721] Error 404 after upgrade to 1.11.1 #1991
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 @bigtcze on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1721
Describe the Bug
After upgrading from 1.11.0 to 1.11.1 basically breaks all resources in Pangolin. All pages are resolved as error 404. There is no error in pangolin or traefik. Rollback to 1.11.0 fixed it.
Environment
To Reproduce
Upgrade from 1.11.0 to 1.11.1
Expected Behavior
Pangolin will work after upgrade :)
@skyzuma commented on GitHub (Oct 21, 2025):
unraid: here too but on my side its only local (no gerbil) ... on a vps its worked with gerbil ...
switch back to 1.11.0 ... all worked ...
@C8opmBM commented on GitHub (Oct 21, 2025):
yep, rolled back without issues to 1.11.0 until this get patched.
@saufdermaur commented on GitHub (Oct 21, 2025):
Same problem here. It seems like gerbil would be required for local access aswell. See this commit.
@Exitium-DEV commented on GitHub (Oct 21, 2025):
If you have Gerbil installed already, re-pull the 1.11.1 image as this
4a59823e58commit fixed this https://github.com/fosrl/pangolin/issues/1718 issue which appears to be the same issue which was identified within the first hour of the release.One of the maintainers pulled all the tags off the registry, applied a patch, and re-released the 1.11.1 image.
@bigtcze commented on GitHub (Oct 21, 2025):
Hello @Exitium-DEV the problem is, that I dont use Gerbil at all. I dont need it. I use just local resources.
@Exitium-DEV commented on GitHub (Oct 21, 2025):
I would imagine it's now mandatory. I also only use local resources and a local Gerbil container got installed automatically with the 1.11.0 installer. I'll let someone more in the know respond further.
@bigtcze commented on GitHub (Oct 21, 2025):
I deployed Gerbil using example in https://docs.pangolin.net/self-host/manual/docker-compose, because I was missing it. Now all ports are opened over Gerbil. But once I upgrade to 1.11.1 it stops working. It seems like, that "Local" site is broken.
@Exitium-DEV commented on GitHub (Oct 21, 2025):
did you re-pull 1.11.1 as mentioned above?
@bigtcze commented on GitHub (Oct 21, 2025):
yes I did
@Exitium-DEV commented on GitHub (Oct 21, 2025):
can you share your compose.yml so I can compare please?
@bigtcze commented on GitHub (Oct 21, 2025):
Here you go:
@Exitium-DEV commented on GitHub (Oct 21, 2025):
Your compose looks fine. Have you tried
docker compose downdocker image remove pangolin:1.11.1docker compose pulldocker compose up -dto force the new tag to be pulled? If the daemon already had the tag it won't refresh it without you deleting it.@bigtcze commented on GitHub (Oct 21, 2025):
I did it before, but I also did it now once more, to be 100% sure, that I am on "correct" 1.11.1 version. Still the same. Once I use version 1.11.1, local site stop working
@Exitium-DEV commented on GitHub (Oct 21, 2025):
No problem, sorry I can't help further.
@oschwartz10612 this appears to be the same as https://github.com/fosrl/pangolin/issues/1718 we discussed this morning, even after the patch
I tested CE 1.11.1 on my own device and it works with the new patch for myself.
@skyzuma commented on GitHub (Oct 21, 2025):
i use unraid and never installed gerbil ... so why i need it now, if this msg correct?
@perfectly-preserved-pie commented on GitHub (Oct 21, 2025):
Same issue. Not using gerbil or newt nor do I have either of those specified in my Compose file.
Deleting the Pangolin image and pulling the latest one didn't fix the local routes either.
Pinning the pangolin version to 1.11.0 was the only successful workaround.
@Infamousbugg commented on GitHub (Oct 21, 2025):
Same issue here with a single local site (Traefik Dashboard). I had no issues with my remote sites.
@oschwartz10612 commented on GitHub (Oct 21, 2025):
This was another mistake. Apologies guys. Gerbil will not be required. I
have deleted the images again and I am working on a fix. Please use
1.11.0 for the moment and I will ping here with an update.
@oschwartz10612 commented on GitHub (Oct 21, 2025):
Could you check the latest 1.11.1 release?
@Exitium-DEV commented on GitHub (Oct 21, 2025):
EE 1.11.1, local works for me. I don't use remote nodes so I'll let someone else comment on that 👍
@bigtcze commented on GitHub (Oct 21, 2025):
I confirm, it's fixed
@skyzuma commented on GitHub (Oct 21, 2025):
I confirm, it's fixed