: If another process is using port 11501, your server might not be able to bind to it. Use command-line tools like netstat or lsof (on macOS and Linux) to find out which process is using the port.
netstat -ano | findstr :11501 taskkill /PID <PID> /F http localhost 11501