- Issue created by @plagiato
We're on Google Tag Manager module 2.0.8 and we're having a TypeError in gtag.js when no tagId
is set. (we do have a tagId set in the module's settings)
Console logs show:
Uncaught TypeError: Cannot read properties of null (reading 'length') at js_MlrjlXCPxejByktEDAzCAq3JGP0F3Hn8o9SjN7Uzpes.js:5:17
After debugging, console.log(drupalSettings.gtag)
returns:
{tagId: null, consentMode: true, otherIds: [], events: []}
Basically the issue is that config.tagId
is null
, and the script tries to read .length
, and it's causing a fatal error.
Active
2.0
Code