Search code examples
vue.jsvue-cli

Uncaught Error Attempting to use a disconnected port object in Vue CLI App?


I've created a VueCLI App and once it runs on any web browser, the console shows following error when any action performed on a page, like a scroll down or up and click anywhere on the page,

Uncaught Error: Attempting to use a disconnected port object at w.k.fa (content.js:16)

any help?


Solution

  • As this thread says, I disabled some plugins on browser, and re-run it. Then this error didn't rise.