mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[GH-ISSUE #810] Turning on auth is adding an extra slash to redirect url #10407
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 @Death916 on GitHub (May 31, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/810
using version 1.4 with docker. when I activate auth on a site the redirect looks like this.
https://admin.death916.xyz//auth/resource/
If i remove the double slash manually it goes to the auth page like normal. Not sure where the extra slash is coming from
@Death916 commented on GitHub (May 31, 2025):
I had been debugging sopmething else and switched my traefik tag to :latest. swithcing back to v3.3.3 got rid of this. Must be something in traefik
@oschwartz10612 commented on GitHub (May 31, 2025):
Very interesting... Thanks for finding that. Good to know to keep Treafik updated. Will close for now but feel free to reopen.
@skyzuma commented on GitHub (May 31, 2025):
maybe i had a similar thing but my "error" was my config file: "app : dashboard_url: " ... there was a "/" on the end ...
@oschwartz10612 commented on GitHub (May 31, 2025):
Ahh yeah that will do it!