andrezimpel / gatsby-plugin-gdpr-cookies

Gatsby plugin to add Google Analytics (V4 is supported), Google Tag Manager, Facebook Pixel, TikTok Pixel and Hotjar in a GDPR form to your site.
Apache License 2.0
101 stars 70 forks source link

Google Analytics connection error #50

Closed axelra82 closed 3 years ago

axelra82 commented 3 years ago

While inspecting the console I noticed that there seems to be an issue with google analytics. Not 100% sure this is from GRDP cookies plugin, but not sure what else it could be and wanted to see if anyone else has had similar issues?

Both browsers are latest version on latest macOS 11.3.1.

Chrome 90.0.4430.212 POST https://www.google-analytics.com/g/... net::ERR_CONNECTION_REFUSED

Safari 14.0.3 Beacon API cannot load https://www.google-analytics.com/g/...

Relevant Gatsby dependency versions gatsby 3.5.x gatsby-plugin-gdpr-cookies 2.0.0 react-cookie-consent 6.2.x

EDIT Interestingly I've noticed similar analytics connection error on other sites as well. Might just be something on my end? Again, just wanted to make sure this isn't something others have encountered 🤓