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

Chrome and localhost:3000 on Mac #467

Closed
mikecargal opened this issue Aug 20, 2016 · 5 comments
Closed

Chrome and localhost:3000 on Mac #467

mikecargal opened this issue Aug 20, 2016 · 5 comments

Comments

@mikecargal
Copy link

I have Chrome set as my default browser, so npm start opens Chrome to http:://localhost:3000 which times out. I can change it to http://127.0.0.1:3000 and it works fine, so I can work around it. Safari works fine opening http://localhost:3000

My suspicion is that it has something to do with Chrome and IPV6

@gaearon
Copy link
Contributor

gaearon commented Aug 20, 2016

Interesting. I wonder if 0.0.0.0 works?

@mikecargal
Copy link
Author

I get a proxy error message for 0.0.0.0 I added it to the proxy exclusions, but Chrome isn't picking it up. I'll slap it around a bit later to try to get past that.

With localhost, the response is that the bottom corner just sits there saying "Waiting for localhost", and eventually Chrome responds with "The site can't be reached"

@gaearon
Copy link
Contributor

gaearon commented Sep 2, 2016

This seems like something related to your computer’s configuration. Opening localhost is a pretty standard practice so I’m inclined to close unless more users chime in.

@gaearon gaearon closed this as completed Sep 2, 2016
@EmanuelDavid
Copy link

This happen to me also, but only in Chrome. In other browsers http:://localhost:3000 works. And as @mikecargal experienced http://127.0.0.1:3000 works in Chrome. I have Chrome v 69.0.3497.100

@kp2017-zz
Copy link

Chrome and the other browsers required https. Create-React-App is setup to use plan http.

@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants