Hi, I’m seeing strange behavior in my app where Bubble is seemingly stripping only utm params from the URL. This loom reproduces the issue:
You can also reproduce it here:
What’s weird is it doesn’t occur with any other params sent via the querystring, only the 5 utm params:
So it’s happening for only:
utm_source
utm_medium
utm_content
utm_term
utm_campaign
Has anyone else seen this in their app or is mine uniquely afflicted? I’ve already gone through using the magnifying glass to find any action instances of either “go to page” or “refresh page” and set them to “send current page params” just as a precaution. Problem persists though… would welcome any help troubleshooting or confirmation that this is a Bubble system-level issue. thanks
so just to close the loop on this: I confirmed that indeed this issue does not occur in Firefox and Safari browsers. Interestingly enough though it DOES occur in Chrome so not just Brave browser blocking. This proves though that it’s a browser-level rewrite rule somewhere.
I removed the uBlock Origin, ExpressVPN and Newsfeed Eradicator plugins in Chrome thinking perhaps one of those was the culprit but the issue persists in Chrome. In Brave I’m able to open a private window and turn “Shields” off for my site and it now retains the UTM’s so I have what i need to continue dev. Thanks very much @adamhholmes@jgellis & @lantzgould for helping solve this head-scratcher