mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[GH-ISSUE #1254] Permission denied error #10588
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 @theAlevan on GitHub (Aug 11, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1254
A while back I made an issue, that I forgot about and was automatically closed. Still, the problem still persists.
I tried recreating my pangolin deployment from scratch. I made a new VM on my VPS, and deployed Pangolin using the minimal Pangolin config I found in the documentation.
I created my admin user, organisation, site (local site), and made the traefik dashboard as my first resource. And I still get this error, accesing the resource with the "Owner" account:
Debug Logs:
Every part of the Pangolin stack is on the latest released version.
As even the database was recreated, is there an error in my config? I tried both with postgres and with sqlite databases.
The strange thing is, that Pangolin v1.5.1 With Gerbil 1.0.0 works like a charm.
If it matters, my VPS is hosted on Oracle Cloud.
This is my pangolin config file:
My Traefik static config:
And my Traefik Dynamic config:
@oschwartz10612 commented on GitHub (Aug 16, 2025):
Hum sorry for the delay! This is odd. Do you have SSO turned on in the
resource auth page? Could you post a screenshot of that? Does it work if
you explicitly assign your user to the resource or the admin role?
It does not look like there is a cookie in the auth request. When you
visit the resource what does your browser do? Do you get sent to a login
page and back?
@github-actions[bot] commented on GitHub (Aug 31, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@joe-cole1 commented on GitHub (Sep 1, 2025):
Hello @oschwartz10612 I just started experiencing this issue out of the blue today. You can see more details on my discord help thread, but I will copy most of them here.
https://discord.com/channels/1325658630518865980/1412024173735186464
Here are some details:
I have a single site, single org, single user (admin).
If I disable Pangolin auth (SSO from pangolin on the resource) then it works fine.
If I whitelist my IP address, it works.
It does not help if I add my user as an authorized user to the resource.
I have two devices logged in to pangolin. This is happening on my phone with all the resources. I recently logged out and back in to experiment with the new invitation fixes in the latest update, and that's when it started happening on my phone.
My tablet, which I have not logged out of, works fine still.
I deleted cookies and site data but that did not help. I've logged out and back in using username/password and passkey. Neither works.
Here are a couple things I thought might be relevant from the API. There's no logs anywhere, although I might not be looking in the right place.
The resource has this for roles assigned, and my user does still show as an admin and I still have full control over the pangolin backend.
I'm not sure what to troubleshoot from here. I've been messing around with invitations, trying to add my family, and have added/removed users through the process, but I don't know how any of that would cause this.
@joe-cole1 commented on GitHub (Sep 1, 2025):
My shareable link I use for custom headers in immich still works for the immich app.
@joe-cole1 commented on GitHub (Sep 1, 2025):
I've been looking around the API.
Is this normal?
If I GET /role/{role_id} and put in the admin role (1), then I get the following response.
@joe-cole1 commented on GitHub (Sep 1, 2025):
Here is my user info
@github-actions[bot] commented on GitHub (Sep 17, 2025):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@DGeyzer commented on GitHub (Oct 16, 2025):
I've also had this issue with my current setup, but only past version 1.9.4. The only thing that works for me is staying on 1.9.4, as even doing a completely fresh config on a newer version causes this error
@bitburnerz commented on GitHub (Oct 24, 2025):
same problem here, fresh install
@DGeyzer commented on GitHub (Dec 21, 2025):
I located the source of this issue on my end. According to the docs, in the config.yml, dashboard_url should be set to "https://pangolin.example.com". My dashboard_url was set in http, which caused the issues.