Backend: Express server, with npx create-express-api backend
Frontend: Next.js, with npx create-react-app frontend
I have implemented these command in my root folder and trying to run npm start xxx to check if they are still working or not. But they are not working in my http://localhost:3000 Though they are working in this link http://172.27.178.192:3000 (on my network) This is the image showing the problem
I have changed browsers and still the same problem is appearing. On the browser it says Unable to connect Firefox can’t establish a connection to the server at localhost:3000.
hosts
file that break the usual behavior – Reeselocalhost
will only work within the machine. – PrimogenitureC:\Windows\System32\drivers\etc\hosts
- Linux/etc/hosts
– Postmortem