Describe the bug
I am opening this up here instead of the docs or visualizer repos since this issue probably could affect multiple areas of GUAC.
Running the demos via Lima/Colima for running docker compose will fail with ipv6 issues.
GUAC Visualizer will giver errors like: Failed to proxy http://localhost:8080/query Error: connect ECONNREFUSED ::1:8080
Node will no longer resolve ipv4 unless explicitly told to.
See: abiosoft/colima#583
The issue is related to:
To Reproduce
Steps to reproduce the behavior:
Run demos when using docker compose with colima running instead of docker desktop.
Describe the bug
I am opening this up here instead of the docs or visualizer repos since this issue probably could affect multiple areas of GUAC.
Running the demos via Lima/Colima for running docker compose will fail with ipv6 issues.
GUAC Visualizer will giver errors like:
Failed to proxy http://localhost:8080/query Error: connect ECONNREFUSED ::1:8080Node will no longer resolve ipv4 unless explicitly told to.
See: abiosoft/colima#583
The issue is related to:
To Reproduce
Steps to reproduce the behavior:
Run demos when using docker compose with colima running instead of docker desktop.