-
|
After some annoying troubleshooting, I figured out that an update to Traefik caused pigallery2 to start misbehaving/not loading galleries. traefik/traefik#12383 (comment) Beware if you use Traefik and pigallery2 :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
More information for Traefik users: Reasoning for change: traefik/traefik#12360 (comment) Documentation and workarounds (unsafe): https://doc.traefik.io/traefik/migrate/v3/#encoded-characters-in-request-path |
Beta Was this translation helpful? Give feedback.
-
|
Hey, I just noticed I'm having this problem too! I applied the workaround but I'd like to revert it asap as it's reducing security, is it planned ? |
Beta Was this translation helpful? Give feedback.
-
|
Most likely I won't have the bandwidth to fix it in the near future.
…On Fri, 2 Jan 2026 at 16:22, niawag ***@***.***> wrote:
Hey, I just noticed I'm having this problem too! I applied the workaround
but I'd like to revert it asap as it's reducing security, is it planned ?
—
Reply to this email directly, view it on GitHub
<#1092 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZKA5SKJS6II7GCJEQHJQT4E2EMTAVCNFSM6AAAAACOJ74UL6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMZZGE3TQNQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
What about using encodeURI instead of encodeURIComponent? |
Beta Was this translation helpful? Give feedback.
I had to read a lot, but that would be my interpretation of their reaction as well. It would be good to try and fix it in pigallery2, since I suspect this will affect quite a few pigallery2 users once they upgrade Traefik.
I can't help you with the fix I'm afraid, but I would be more than happy to test a fix :)
Thanks a lot for following up to this!