I am using the gtag.js linker plugin, and its autoLink feature. When I turn GA debugging on, I see in the console:
Link decorated: https://mysedanweb.limosys.com/JlimoWeb/?y=&_insput=3147729489-1348501718&_ga=2.163929663.1298871253.1551969782-111678887.1551969782
Navigated to https://mysedanweb.limosys.com/JlimoWeb/?y
So in other words, the link decoration is working, and appears to happen prior to the browser navigating to the next page, but it navigates to the url without the additional parameters. So, cross-domain tracking doesn't work.
Has anyone seen this problem? Any solutions?