Aaron

Results 3 comments of Aaron

Still an issue with InfluxDB 2.4.0

Can confirm this is broken on v126 of Chromium when running as a Windows Service. Using `--no-sandbox` does fix this and unfortunately seems the way to go if you need...

Can confirm that switching from `"ng serve --port=4000"` to `"ng serve --port=4000 --host=127.0.0.1"` solved the connection issue for Angular using devcontainers in WSL2.