I have an AngularJS application that makes an ajax call, but this results in a chrome error:
net::ERR_NETWORK_CHANGED
I tried to disconnect any adapters that I do not need. I have several and several docker containers.
I disabled ipv6 on each adapter. I do not use a proxy server and do not use the default Chromium browser without any add-ons or browser profile.
Wifi interface is disabled, only using ethernet.
Any idea how to fix this?
angularjs google-chrome docker
bwarff
source share