Pm2 isn't working

I typed pm2 start eth.js
Then it show me that my app is onlien now but when i recheck with pm2 status, my app isn’t there . It gives me an warn also : current processes aren’t synchronized. Ap app differs. Type pm2 save to synchronize all.

The same thing happens when I tried with ‘forever’.

glitch stops/restarts project containers all the time, so you need to set up your package.json scripts.start so that it knows how to start your project. do you know if pm2 and/or forever do that?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.