Pangolin dashboard not accessible after updating docker #568

Closed
opened 2026-04-05 17:21:12 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ThaiJamesLee on 12/3/2025

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 12/3/2025* ### 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#568