mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[GH-ISSUE #1718] 1.11.1 Routes: 404 Not Found #12793
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 @Exitium-DEV on GitHub (Oct 21, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1718
Describe the Bug
Updating to 1.11.1 will result in every route you make to show a "404 not found error", this is immediately resolved by rolling back to 1.11.0
Environment
To Reproduce
Update to 1.11.1 from 1.11.0
(I specifically have Wildcard SSL enabled and EE version)
My Environment
I installed using the installation script, I think that was version 1.11.0 CE
I then set up my Authentik provider and created a local route to it
Following this I set up wildcard SSL as per your documentation
Lastly I changed the
:1.11.0tag to:ee-latest<-- this is where I believe everything brokeExpected Behavior
To be greeted with your internal application
Further Testing
Traefik was also not accessible on
localhost:8080ortraefik:8080when creating a local route for this also.What's interesting is that the dashboard loaded happily and zero Traefik errors indicating it was working fine.
@Exitium-DEV commented on GitHub (Oct 21, 2025):
Reference Discord discussion where another user had the same issue
https://discord.com/channels/1325658630518865980/1325658631567573029/1430028433181773856
@Exitium-DEV commented on GitHub (Oct 21, 2025):
Might be worth noting, I was only using "Local" routing. I hadn't the chance to touch Newts before it broke.
@oschwartz10612 commented on GitHub (Oct 21, 2025):
Deleted the tags and release
@Exitium-DEV commented on GitHub (Oct 21, 2025):
If you need anything from me I'm happy to guinea pig. I hadn't had the chance to set up anything important so I'm at your disposal.
@oschwartz10612 commented on GitHub (Oct 21, 2025):
Thanks! Should have tested more thoroughly
@oschwartz10612 commented on GitHub (Oct 21, 2025):
Migrations were not imported to run 😭
@Exitium-DEV commented on GitHub (Oct 21, 2025):
I'll update when it's live and let you know of my (hopefully) good experience 😅
@oschwartz10612 commented on GitHub (Oct 21, 2025):
@Exitium-DEV thanks for the quick issue creation and support!
@juxeii commented on GitHub (Oct 21, 2025):
Can confirm that all local sites lead to 404. Routed sites through traefik work.
@Exitium-DEV commented on GitHub (Oct 21, 2025):
I didn't want to open an issue in-case it was intentional. When you re-released 1.11.1 it only uploaded the CE tags and not the EE tags to Docker Hub.