cdowdy / boltbetterthumbs

Bolt Extension for thumbnails, srcset and picture element using Glide
6 stars 2 forks source link

Backend Prime not working when URL uses trailing query string (?locale=en) #52

Closed DamienChauvet closed 7 years ago

DamienChauvet commented 7 years ago

For instance, the extension Translate adds "?_locale=en" at the end of any BackEnd request. then the URL for Do Prime is https://my-site.com/bolt?_locale=en/extensions/betterthumbs/files/prime/do, and it does not work properly.

cdowdy commented 7 years ago

hey @DamienChauvet thanks! this is definitely a bug with the way I generated the routes! a fix is incoming! Thanks a ton for finding this I don't use translate so I wouldn't have came across it!