Hitarth Desai
Hitarth Desai
> Following up - > > We ended up moving these scripts to `afterInteractive` so they end up in the body rather than the head and this _seems_ to work...
@pm0u so I shifted the `` tag in the `_app.tsx` file, but, duplication in my case still persists. Do you have any idea on why this may not have worked...
I ended up slightly modifying the default gtm loading script to essentially not allow `next-head-count` to mess things up because of time constraints. However, the issue still persists in next...
I did the following: ``` var p=d.head.getElementsByTagName("meta").namedItem("next-head-count") p.parentNode.insertBefore(i, p.nextElementSibling); p.parentNode.insertBefore(j, i.nextElementSibling); ``` where `j` is the `script` element created in the default gtm script. All I changed was how they...
Any updates on this issue, I have been facing the same issue for a while now. Also, could be related to this: seems like even if we specify a particular...
I have been recently working to improve our end-to-end tests at my company, and a lot of good work's been done. Only thing I am missing is having the ability...