[GH-ISSUE #1968] Pangolin dashboard not accessible after updating docker #8814

Closed
opened 2026-04-30 04:52:17 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @ThaiJamesLee on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1968

Describe the Bug

Just run apt update & apt upgrade, found new docker packages. After installation, pangolin dashboard is not accessible and returns a 404.
The connections are still working and I can access the services that I configured for the site.

Maybe related to: https://github.com/fosrl/pangolin/issues/1934

Environment

  • OS Type & Version: Ubuntu 22.04
  • Pangolin Version: 1.12.0 (and 1.12.2)
  • Gerbil Version: 1.2.2
  • Traefik Version: 3.4.0

Docker was installed by following these instructions: https://docs.docker.com/engine/install/ubuntu/
Deployed on a Netcup VPS.

To Reproduce

run

sudo apt-get update
sudo apt-get upgrade -y

Expected Behavior

Pangolin restarts after apt upgrade and pangolin dashboard is accessible.

Originally created by @ThaiJamesLee on GitHub (Dec 3, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/1968 ### Describe the Bug Just run apt update & apt upgrade, found new docker packages. After installation, pangolin dashboard is not accessible and returns a 404. The connections are still working and I can access the services that I configured for the site. Maybe related to: https://github.com/fosrl/pangolin/issues/1934 ### Environment - OS Type & Version: Ubuntu 22.04 - Pangolin Version: 1.12.0 (and 1.12.2) - Gerbil Version: 1.2.2 - Traefik Version: 3.4.0 Docker was installed by following these instructions: https://docs.docker.com/engine/install/ubuntu/ Deployed on a Netcup VPS. ### To Reproduce run ```sh sudo apt-get update sudo apt-get upgrade -y ``` ### Expected Behavior Pangolin restarts after apt upgrade and pangolin dashboard is accessible.
Author
Owner

@ThaiJamesLee commented on GitHub (Dec 5, 2025):

I found in other projects that people ran into issues when updating the docker version.
What I tried so far:

  1. I updated the OS to 24.04.3 Noble
  2. Followed the advice to downgrade my docker versions

However, I had no success. I am still getting a 404 page not found when trying to access the URL to my Pangolin dashboard.

<!-- gh-comment-id:3618925713 --> @ThaiJamesLee commented on GitHub (Dec 5, 2025): I found in other projects that people ran into issues when updating the docker version. What I tried so far: 1. I updated the OS to 24.04.3 Noble 2. Followed the advice to downgrade my docker versions - https://github.com/immich-app/immich/discussions/23644#discussioncomment-14885616 - https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4849 However, I had no success. I am still getting a `404 page not found` when trying to access the URL to my Pangolin dashboard.
Author
Owner

@RadioHerzblut commented on GitHub (Dec 6, 2025):

Hallo , same Problem here.

OS Type & Version: Ubuntu 22.04 LTS
Pangolin Version: 1.12.2
Gerbil Version: 1.2.2
Traefik Version: 3.4.0

Server: Docker Engine - Community
Engine:
Version: 29.0.3

After apt update & apt upgrade, I can no longer access the GUI of Pangolin 1.12.2.

I restored the backup and only updated Pangolin to 1.12.3.

--> No GUI accessible.

<!-- gh-comment-id:3620031032 --> @RadioHerzblut commented on GitHub (Dec 6, 2025): Hallo , same Problem here. OS Type & Version: Ubuntu 22.04 LTS Pangolin Version: 1.12.2 Gerbil Version: 1.2.2 Traefik Version: 3.4.0 Server: Docker Engine - Community Engine: Version: 29.0.3 After apt update & apt upgrade, I can no longer access the GUI of Pangolin 1.12.2. I restored the backup and only updated Pangolin to 1.12.3. --> No GUI accessible.
Author
Owner

@oschwartz10612 commented on GitHub (Dec 6, 2025):

I think this must be docker related so I am going to close referencing the links from @ThaiJamesLee and https://www.reddit.com/r/debian/comments/1orq9pd/docker_ports_broken_after_debian_12_13_upgrade_on/. If this turns out to be a pangolin issue we can reopen!

<!-- gh-comment-id:3620637914 --> @oschwartz10612 commented on GitHub (Dec 6, 2025): I think this must be docker related so I am going to close referencing the links from @ThaiJamesLee and https://www.reddit.com/r/debian/comments/1orq9pd/docker_ports_broken_after_debian_12_13_upgrade_on/. If this turns out to be a pangolin issue we can reopen!
Author
Owner

@ThaiJamesLee commented on GitHub (Dec 7, 2025):

For all those who will stumble across this issue, I updated traefik to 3.6.4 and I can access the dashboard again.
I found the solution on this post: https://www.reddit.com/r/selfhosted/comments/1ovz0tt/psa_if_you_update_to_docker_29_and_your_traefik/

@oschwartz10612 Not sure if this should be mentioned somewhere if someone updates their docker engine to 29 and encounters this issue.

<!-- gh-comment-id:3622277127 --> @ThaiJamesLee commented on GitHub (Dec 7, 2025): For all those who will stumble across this issue, I updated traefik to 3.6.4 and I can access the dashboard again. I found the solution on this post: https://www.reddit.com/r/selfhosted/comments/1ovz0tt/psa_if_you_update_to_docker_29_and_your_traefik/ @oschwartz10612 Not sure if this should be mentioned somewhere if someone updates their docker engine to 29 and encounters this issue.
Author
Owner

@RadioHerzblut commented on GitHub (Dec 7, 2025):

Yes same . Updated traefik and it works.

Thanks for the information 👌

<!-- gh-comment-id:3622697114 --> @RadioHerzblut commented on GitHub (Dec 7, 2025): Yes same . Updated traefik and it works. Thanks for the information 👌
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#8814