- This topic is empty.
-
AuthorPosts
-
May 13, 2026 at 1:53 am #28112
James
GuestWe’ve noticed that since moving our website to slickstack, UTM parameters that have spaces converted to %20 break the page and returns a 410 Gone (Nginx error).
example > http://www.mywebsite.com/?utm_source=Referral%20website%20campaign
returns a nginx error.however > http://www.mywebsite.com/?utm_source=Referral+website+campaign
works fineSo using + instead of %20 to interpret spaces in a UTM string works fine Is there a security parameter to change in nginx to allow %20? We don’t always have control over how online ad systems and referral websites will build the UTM and this glitch can essentially ruin an entire campaign.
May 14, 2026 at 8:51 am #28113Douglas
GuestOkay we patched this:
https://github.com/littlebizzy/slickstack/commit/6c985b10f304f0b30d8f37320c6f9b575f74085d
Please try now, it should not affect query strings anymore.
MAY2026GMay 18, 2026 at 6:45 am #28115Elizabeth
GuestAmazing, so has that been pushed lived across all websites built with SS without needing any manual update? I wonder what unprompted API calls or updates are slickstack websites allow to perform in the background
May 19, 2026 at 7:41 am #28116Christine
GuestYou need to update to latest SlickStack build
MAY2026GSo just login to your server via SSH and run
ss update configandss installto reinstall the entire stack again. Orss install nginx configwould also be enough.https://github.com/littlebizzy/slickstack/blob/master/crons/00-crontab.txt
Here is default crontab. You can remove the automated calls to Github if desired, to make your SlickStack server more isolated.
May 19, 2026 at 7:43 am #28117 -
AuthorPosts