You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This still affects the visualizer by default but the env var does allow for folks to fix it themselves. Do we want to make the default address 127.0.0.1 in the next.config.js which should probably support all the common use cases with no action on the user end?
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.
The text was updated successfully, but these errors were encountered: