[GH-ISSUE #810] Turning on auth is adding an extra slash to redirect url #10407

Closed
opened 2026-05-06 13:43:50 -05:00 by GiteaMirror · 4 comments
Owner

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

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
Author
Owner

@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

<!-- gh-comment-id:2924095384 --> @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
Author
Owner

@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.

<!-- gh-comment-id:2925279573 --> @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.
Author
Owner

@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 ...

<!-- gh-comment-id:2925316424 --> @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 ...
Author
Owner

@oschwartz10612 commented on GitHub (May 31, 2025):

Ahh yeah that will do it!

<!-- gh-comment-id:2925319957 --> @oschwartz10612 commented on GitHub (May 31, 2025): Ahh yeah that will do it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#10407