Replies: 2 comments
-
Hi! I've faced similar issue previously and turned out that port 8080 was already in use by other node. You can try |
Beta Was this translation helpful? Give feedback.
-
There is no repro here, but if Use can use following to debug what is actually listening
|
Beta Was this translation helpful? Give feedback.
-
I'm using zsh WSL Ubuntu on windows 10, and when I try to run something on localhost (currently Node Express app) my browser can't find anything on http://localhost:8080 (port is correct). This same situation is in Create React App. No answer from http://localhost:3000, but 'On Your Network' http://...:3000 it works. However, when i switch to powershell, everything is as it should be.
Environment
Steps to reproduce
npm start
Expected behavior
Response on http://localhost:8080
Actual behavior
No response on http://localhost:8080, but it says:
Beta Was this translation helpful? Give feedback.
All reactions