Hi @Mahmoud After deploying on cpanel (shared hosting), I am facing an issue while starting the Node application (using Node.js version 16.20.1), after starting the app i am experiencing the following error
returncode: 1
stdout:
> start
> node .
Running cleanup before exit.
stderr:
Error: listen EADDRINUSE: address already in use 127.0.0.1:8000
at Server.setupListenHandle [as _listen2] (node:net:1463:16)
at listenInCluster (node:net:1511:12)
at doListen (node:net:1660:7)
at processTicksAndRejections (node:internal/process/task_queues:84:21)
Also the application get crashed
Need help please...