Vue-cli-service tries to load something on the network: Failed to load resource: net::ERR_BLOCKED_BY_CLIENT

I’m switching from using neutrino to vue-cli.

The transition is causing me some issues at the moment and one of them is that
when I start my app and go to localhost:8080 it tries for some reason to access the network
on this address:

http://192.168.178.9:8080/sockjs-node/info?t=<some_number>

Has anyone here dealt with this issue?

looks like it’s trying to access a socket on a clearnet web server…

I’d suggest you look at vue-cli docs to see why that would be happening.

3 Likes

This topic was automatically closed after 60 days. New replies are no longer allowed.