15Dkatz / cryptochain

Build a blockchain-based cryptocurrency on the full stack course
https://www.udemy.com/build-blockchain-full-stack
256 stars 221 forks source link

i cannot connect to local host 3000 refuse to connect #10

Open rudaydino opened 3 years ago

rudaydino commented 3 years ago

i got problem at localhost 3000 can tell me where is my error? i use your file downloaded here already error message is this image

spayse commented 3 years ago

press f12 and show me what the developer console says. this project seems pretty broken. i have had a lot of problems getting this running. i took both classes too, i have been repairing it and improving it. there will be a push from me in the near future

vedaantBali commented 3 years ago

You can try killing the port and then restarting the server. For BASH, use:

kill $(lsof -t -i:3000)