Docker and Chromium net::ERR_NETWORK_CHANGED

2019-04-24 13:28发布

问题:

I have an AngularJS application that does an ajax call but it results in a chromium error:

net::ERR_NETWORK_CHANGED

I tried to disable any adapters that I don't need. I have multiple ones and multiple dockers containers running.

I disabled ipv6 on each adapter. I don't use any proxy and use default Chromium browser without any addon nor browser profile.

Disabled Wifi interface, only using ethernet.

Any idea how to fix this?