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 have recently noticed on my online production build the following issue:
Something is disabling the GA and adding extra GTM script. I use only one google related plugin (gatsby-plugin-gdpr-cookies), and I am surprised to see the gtm included twice. What's more important, when I make the production build locally (gatsby build + serve) those lines are not included:
Obviously, since it's undefined, it's not making any damage, but the presence itself is a little bit annoying.
At first I thought it might be the browser doing, but after testing FF, Chrome, Safari in both regular and incognito modes, I ruled this issue out.
Here is my gatsby-config file, maybe someone will notice anything that might be the cause of that behavior:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have recently noticed on my online production build the following issue:
Something is disabling the GA and adding extra GTM script. I use only one google related plugin (
gatsby-plugin-gdpr-cookies
), and I am surprised to see the gtm included twice. What's more important, when I make the production build locally (gatsby build + serve) those lines are not included:Obviously, since it's undefined, it's not making any damage, but the presence itself is a little bit annoying.
At first I thought it might be the browser doing, but after testing FF, Chrome, Safari in both regular and incognito modes, I ruled this issue out.
Here is my
gatsby-config
file, maybe someone will notice anything that might be the cause of that behavior:Beta Was this translation helpful? Give feedback.
All reactions