MatteoGabriele / vue-gtag

Global Site Tag plugin for Vue (gtag.js)
https://matteo-gabriele.gitbook.io/vue-gtag/
MIT License
864 stars 64 forks source link

Got net::ERR_ABORTED 500 error when loading vue-gtag #189

Closed WangHansen closed 4 years ago

WangHansen commented 4 years ago

If you are reporting a bug, please fill in below. Otherwise feel free to remove this template entirely.

Description

What are you reporting? vue-gtag not loaded correctly

Expected behavior

Tell us what you think should happen. vue-gtag should work

Actual behavior

Tell us what actually happens. Got net::ERRABORTED 500 error ![57731599594508 pic](https://user-images.githubusercontent.com/15679461/92521300-00211c80-f1eb-11ea-9d19-950b8bf8880e.jpg)

Initially, I thought this has something to do with the Adblocker, however it still doesn't work with incognito mode.

Environment

Run this command in the project folder and fill in their results:

npm ls vue-gtag:

Then, specify:

  1. Operating system: MacOS 10.15.6
  2. Browser and version: Chrome 85.0.41

Reproducible Demo

Please take the time to create a new app that reproduces the issue or at least some code example

Demonstrable issues gets fixed faster.

WangHansen commented 4 years ago

Nvm, it was due to the fact that I have AdGuard installed globally. After I have it disabled, it starts to work.