Project gives start.sh error - Please Help

For some reason my project does not update. I changed the code multiple times and the only that that it sent was this:

Terminated
/opt/watcher/app-types/node/start.sh: line 30: wait_for: No record of process 22634

The project load fines and show up the pages but when I change something it doesn’t change that thing ;).

You must add a start script in you package.json file. See: https://docs.npmjs.com/misc/scripts#description

{
  "name": "hello-express",
  "version": "0.0.1",
  "description": "A simple Node app built on Express, instantly up and running.",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "express": "^4.17.1",
    "discord.js": "^12.2.0",
    "jQuery": "^1.7.4",
    "nodemailer": "^6.4.8",
    "googleapis": "^51.0.0",
    "mongodb": "^3.5.8"
  },
  "engines": {
    "node": "12.x"
  }
}

This is my package.json

Nevermind, I just saw start.sh and assumed it didn’t have a start script, sorry…

I’m actually not sure what the issue is here, perhaps @glitch_support would know?

Just a small update the console doesn’t work on this project to, but on other projects it works. It’s like this project had been frozen.

Name of project: piconodev

Maybe the project is subject of the Glitch outage?

Problem solved! (I just waited some time and its now back)

Hi @Picono435! I moved your project to another server just now. The one your project was on previously had some issues. Happy to hear that your project is working again now :slight_smile:

1 Like

:wink: thank you very much.

1 Like