After many changes and restart suddently the app complains about another app running on port 3000 with the famous Error: listen EADDRINUSE :::3000 error.
I look through all the topics related to this error and I could not make any of the solutions work for my case.
setting the port manually seem to let the app start in a normal way. But if I make changes to the app, they won’t be taken in consideration, the code is there, but the execution shows an old version.
refreshing the code page, shows that the lines I added are saved on glitch side.
in the console, I see many node server.js processes but impossible to kill them…
It’s has happened already twice on this app, never had a problem before.
Any idea on how to solve this?
a magic command line to kill all processes and start fresh?