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
I'm a new user, so maybe I missed something obvious. When I set up Localstack, I configured my AWS interaction to use http://localhost:4566 as the target and had a lot of connection issues, which send me looking in all the wrong directions for a solution.
At some point I realized that my setup is trying to connect to ::1:4566 and I though I might want to try explicit IPv4. I then changed my configuration to http://127.0.0.1:4566 and it worked.
Maybe my IPv6 setup, especially with regards to containers, is broken, but maybe it was never intended to work with IPv6 in the first place and the localhost usage is problematic.
The text was updated successfully, but these errors were encountered:
I'm a new user, so maybe I missed something obvious. When I set up Localstack, I configured my AWS interaction to use
http://localhost:4566
as the target and had a lot of connection issues, which send me looking in all the wrong directions for a solution.At some point I realized that my setup is trying to connect to
::1:4566
and I though I might want to try explicit IPv4. I then changed my configuration tohttp://127.0.0.1:4566
and it worked.Maybe my IPv6 setup, especially with regards to containers, is broken, but maybe it was never intended to work with IPv6 in the first place and the
localhost
usage is problematic.The text was updated successfully, but these errors were encountered: