Hi @klerikdust I believe some other folks have used PM2 on Glitch, but I’m not sure where I saw that. I suspect to be of much other help we’d need to be able to look at the project itself if you’re willing to share the project name.
I was able to take a quick look at your project and I don’t see any errors in your logs. Have you altered things to avoid the error, or otherwise resolved it, or did it just go away? Or did I just pick an inopportune time to look?
Yes, I’ve solved the problem yesterday.
The solution was adding –no-daemon --max-memory-restart to the options.
And make sure the app is listening to the port.
I looked up into pm2 docs and it seems the option is not available through standalone config file. You can try adding –no-daemon to your script in package.json instead.