1

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?

pl-jay
  • 970
  • 1
  • 16
  • 33
  • Possible duplication of https://stackoverflow.com/questions/5337672/reason-for-uncaught-error-attempting-to-use-a-disconnected-port-object/6462762 – robertkovacs Feb 28 '19 at 09:43
  • problem solved, the error comes with chrome extensions. thanks @RóbertKovács – pl-jay Feb 28 '19 at 11:16

1 Answers1

0

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

ata
  • 3,398
  • 5
  • 20
  • 31
pl-jay
  • 970
  • 1
  • 16
  • 33