The app exceeded the memory limit. Stopping and pausing for 15 seconds. help

The app exceeded the memory limit. Stopping and pausing for 15 seconds.

Help Me!0

Project Name : gnargebotcum

Hello @cross, I’m not seeing any memory errors right now, so I can comment directly on that problem, but I do see that your project never opens a listener to the open port that Glitch provides. This means that Glitch keeps trying to start your project over and over again - seeing something listening on process.env.PORT is what tells Glitch that your project is up and running. Something like this sample express config might help you get started on that.

Not having a listener means that your startup code runs over and over again, which might result in memory issues depending on what your project does when it starts up.