Glitch Project stuck on "starting…"

I have a project with LAMP (Socialspace), but since a couple of days, I am stuck on "Starting " when accessing the web interface.
I didn’t change the code so that’s weird…
Could anybody help me figure out what’s going on?

Thanks in advance

can you check if there’s any errors in the project log

the glitch team said they were working on updating the project containers but the only news has been deprecating and removing certain node.js versions, nothing about the (unofficial) LAMP stack

Have you included a start script in package.json?
“scripts”: {
“test”: “echo "Error: no test specified" && exit 1”,
“start”: “node server.js” // ← this here
},

{
  "install": "echo 'No install needed'",
  "start": "bash lamp-start.sh"
}