79591832

Date: 2025-04-25 05:03:36
Score: 2
Natty:
Report link

check if something is running on that port, in my case i was using 3000 as soon i killed the process my server started working

run below given commands 1.lsof -i :3000 // this will give you a process ID 2. kill -9 PID // kill the process and the issue will be solved

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohit Kalwar