You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experience an error where where the gtm container is added to the dom twice. Once from the ssr and once in the client. This is happening when I use a runtime gtm id:
the initialization check inside of https://github.com/nuxt-community/gtm-module/blob/master/lib/plugin.js#L85 only takes the id and not the runtimeId into account. We do not specify an id in the non runtime gtm settings. Is the check in plugin on propose or are you open for merge requests fixing this behaviour?
The text was updated successfully, but these errors were encountered:
I'm experience an error where where the gtm container is added to the dom twice. Once from the ssr and once in the client. This is happening when I use a runtime gtm id:
the initialization check inside of https://github.com/nuxt-community/gtm-module/blob/master/lib/plugin.js#L85 only takes the id and not the runtimeId into account. We do not specify an id in the non runtime gtm settings. Is the check in plugin on propose or are you open for merge requests fixing this behaviour?
The text was updated successfully, but these errors were encountered: