mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #1098] All requests return 404 #1762
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 @Mag329 on GitHub (Jul 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1098
Hello everyone!
I installed a fresh Pangolin version 1.7.3 using the official installation script.
Configured everything, the newt connector is connected and working.
Problem:
When accessing any proxied resource, I get a 404 error (404 page not found).
However, the Pangolin dashboard itself is working correctly and accessible.
@oschwartz10612 commented on GitHub (Jul 19, 2025):
Hum this sounds concerning!
Do you see anything in the logs that might indicate an issue? Are you using the domain from the domains page or from config/installer when you set it up?
@Mag329 commented on GitHub (Jul 19, 2025):
I am using the domain that was set during the installation through the script. The Pangolin dashboard loads normally when using this domain.
However, I checked the logs, and it seems that the problem is that Traefik cannot load badger plugin.
It looks like my VPS is having access issues. plugins.traefik.io
Can the badger download error cause a 404 and how can I download the plugin manually?
@oschwartz10612 commented on GitHub (Jul 19, 2025):
Ahh yeah this might be causing it! Try to give it a restart one or two times. Sometimes traefik blocks the download of the plugin for various reasons. If it does not download properly then you could try "Local Mode" https://plugins.traefik.io/install
Let me know how it goes
@Mag329 commented on GitHub (Jul 19, 2025):
Installing on another VPS fixed the problem
Thanks for the help
@LeonvanHeerden commented on GitHub (Jul 27, 2025):
It looks like this was, my issue. I restored my backup from last night and restarted just Traefik until it worked. There was an error in the Traefik logs showing that the Plugin
souincould not be downloaded.after a couple of restarts it worked.
Then I tried to add a new resource again and it again started with the dashboard not working.
Going through the Traefik resources config i found the possible mistake.
I added the new subdomain as
pdf.example.comon the screen where it asks to enter the full domain. It showed theSubdomain: pdfbelow the full domainpdf.example.com.The resource file contains
Is this not supposed to be
pdf.example.com. it is not clashing with the live main domain of the site.@oschwartz10612 commented on GitHub (Aug 6, 2025):
Yeah it should be thats strange. What version are you on?
Does it show correctly in the dashboard? Could you post a screenshot?