-
-
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
OOTB install: localhost:3000 returns 404, Cannot GET / #239
Comments
This is weird and shouldn’t happen. Unfortunately it looks like some quirk specific to your Node setup because it doesn’t seem like other people are bumping into this. If I was debugging this, I’d probably eject, put some logs into |
I had a detached (node express) server process occupying port 3000 with nothing on the "/" route. |
Maybe #101 will detect this. |
Can you try if the same problem is detected in the next alpha? Instructions to upgrade: #190 |
works just fine for my test cases, including multiple sequential ports occupied. |
$ npm i -g create-react-app
$ create-react-app my-app
.. Success! ..
$ cd my-app
$ npm start
Starting the dev server ... Compiled successfully! .. running at http://localhost:3000/
Returned document in OSX/Chrome: Cannot GET /
console shows 404 error.
Does anyone have a quick idea for debugging this?
Btw: it's the same after ejecting. Using nvm0.31.3, node 6.3.0, npm 3.10.6
The text was updated successfully, but these errors were encountered: