-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Comments
Interesting. I wonder if 0.0.0.0 works? |
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" |
This seems like something related to your computer’s configuration. Opening |
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 |
Chrome and the other browsers required https. Create-React-App is setup to use plan http. |
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
The text was updated successfully, but these errors were encountered: