Hey Netlify folks!
I’m having a weird issue where a redirect like example 1 below works… but example 2 doesn’t.
The only difference I see is defining the query params. And I kinda need it to work WITH them due to marketing tags, app use etc.
Example 1
/join/signup https://other-domain.netlify.app/new-checkout/pay 301!
Example 2
/join/signup payMode=:payMode _ga=:_ga itm_source=:itm_source itm_campaign=:itm_campaign itm_medium=:itm_medium itm_content=:itm_content itm_term=:itm_term https://other-domain.netlify.app/new-checkout/pay?payMode=:payMode&_ga=:_ga&itm_source=:itm_source&itm_campaign=:itm_campaign&itm_medium=:itm_medium&itm_content=:itm_content&itm_term=:itm_term 301!
Any idea what I can do?
PS: all redirect rules pass the Netlify rule checker
Thanks
Edits: woops