angular / angularfire

Angular + Firebase = ❤️
https://firebaseopensource.com/projects/angular/angularfire2
MIT License
7.66k stars 2.19k forks source link

ERR_CERT_COMMON_NAME_INVALID error after initializing AngularFireAnalyticsModule #2374

Closed metalllus closed 3 years ago

metalllus commented 4 years ago

Version info Angular: 9.0.0 Firebase: 7.8.1 AngularFire: 5.4.2

After adding the AngularFireAnalyticsModule to the app module I get this message in the browser console:

GET https://www.googletagmanager.com/gtag/js?l=dataLayer net::ERR_CERT_COMMON_NAME_INVALID

The analytics work fine I have no issues but this error message bugs me. How do I get rid of this?

jamesdaniels commented 4 years ago

Are you using some kind of content blocker for privacy? Can you test in a private browser session?

jamesdaniels commented 3 years ago

Closing as stale