Hi there,
I’m using Astro with Firebase Studio and Firebase. All is working great. But when I use Astro.url to get URL parameters, I see that a monospaceUID parameter has appeared out of nothing and is forcibly adding itself with a “?”: /newsletter/unsubscribe?mlid=bla?monospaceUid=50547.
Two question marks in the URL is a problem, as when I get the URL parameter, I’ll get the following: “mlid=bla?monospaceUid=50547” instead of “mlid=bla”.
I really don’t want to have to write a workaround for this. Is there any feature I can disable, or is this a bug on Google side that can be fixed?
When I run it locally, I don’t get the monospaceUid injected. It’s only when I run the code in the Google Firebase ecosystem.
You can see how it looks here:
https://9000-firebase-retireseas-1750779458389.cluster-44kx2eiocbhe2tyk3zoyo3ryuo.cloudworkstations.dev/newsletter/unsubscribe?mlid=bla%253FmonospaceUid=97695&embedded=0
Some help or guidance on this would be highly appreciated.