Docker and Chromium net :: ERR_NETWORK_CHANGED

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?

+7
angularjs google-chrome docker
source share

No one has answered this question yet.

See similar questions:

0
protractor browser.wait periodically blocks website execution

or similar:

3382
How is Docker different from a virtual machine?
1727
Should I use Vagrant or Docker to create a sandbox?
1330
Copy files from host to Docker container
1182
Copy files from Docker container to hosting
1175
How to get Docker container IP address from host?
1148
How to remove old Docker containers
1120
How to copy Docker images from one host to another without using a repository
890
How to list containers in Docker
792
How to delete an image in Docker?
755
How to work with persistent storage (for example, databases) in docker

All Articles