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

Curl::Err::HostResolutionError on WSL #337

Open
rogeraraujo90 opened this issue May 30, 2023 · 2 comments
Open

Curl::Err::HostResolutionError on WSL #337

rogeraraujo90 opened this issue May 30, 2023 · 2 comments

Comments

@rogeraraujo90
Copy link

I have an app running in Ubuntu 22.04 WSL through puma-dev and another app running on localhost:3000.

When the app on localhost:3000 tries to redirect to the app on puma-dev I'm getting this error:

Couldn't resolve host name: Could not resolve host: myapp.localhost

I can access myapp.localhost in the browser.

What should I do in this case?

@rnhurt
Copy link

rnhurt commented Apr 4, 2024

I think I'm having a similar issue with AWS ECS and Pump with the Curb gem. Was there any more movement on this?

This turned out to be a connection problem with our system and nothing at all to do with Puma or Curb. 🤦

@rogeraraujo90
Copy link
Author

I think I'm having a similar issue with AWS ECS and Pump with the Curb gem. Was there any more movement on this?

Nothing from my end. I had to change my code to not depend on puma-dev hosts for now.

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