I have a nodejs project and I use a cronjob to keep it always on. Recently the project has been down several times because of eaddrinuse error, and i need to manually do ‘kill 1’.
I’ve never faced this issue before, so it is not a problem with my code. I noticed some other people recently facing the same issue, so could it be a replit problem? And how can I fix the issue?