- Issue created by @jacqui1811
Does anyone know if it is possible to downgrade this to the previous version of 2.0.5 ?
While waiting for a fix that would be okay, I have tried to downgrade on a local version but it keeps identifying as 2.0.6 and still erroring as per that version.- 🇺🇸United States dhansen
Seeing this same issue. It's causing issues on specific pages with Big Pipe as well because it is failing. Some kind of conflict, not sure with what yet, but reverting seems to solve the issue. I'm continuing research, but we're still running Drupal 9.x so I'm betting that is part of the issue an an update to core may resolve.
- 🇺🇸United States jphelan
Same issue. If you link to a page with a view with ajax filters and you pass a filter in the URL to per-select it constantly reloads the page. Rolling back to 2.0.5 fixed it for me.
this issue patch seems to be the cause https://www.drupal.org/project/google_tag/issues/3452712 🐛 Possibly script loading/placement issue Fixed
they load all the libraries with header: true , the gtag.ajax depends on core/drupal.ajax which breaks the ajax components on the page if loaded with header: true
- 🇨🇦Canada karing 🇨🇦
Confirming that this patch:
https://www.drupal.org/files/issues/2024-07-23/3452712-8_google_tag_outp... →Is causing issues with JS aggregation described here ->
https://www.drupal.org/project/drupal/issues/3474666 🐛 Olivero theme have an error for Drupal 10.3 Active - 🇺🇸United States pianomansam
Updating this issue's meta to critical because this 2.0.6 is completely broken.
- 🇮🇳India ankitv18
Can anyone please validate if below MR patch fixes the cause?
MR Pach: https://git.drupalcode.org/project/google_tag/-/merge_requests/95.patch