Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using localhost seems problematic #429

Open
adesso-os opened this issue Jan 5, 2023 · 1 comment
Open

Using localhost seems problematic #429

adesso-os opened this issue Jan 5, 2023 · 1 comment

Comments

@adesso-os
Copy link

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.

@homeyer
Copy link

homeyer commented Jan 12, 2023

Same problem - following the quickstart tutorial on a mac (osx 13.1) didn't work by default, ran into this issue: localstack/serverless-localstack#125

I had to change the quickstart serverless config to use host: 127.0.0.1 to get it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants