I’m running Ghost on a Digital Ocean install.
I’ve hit a problem where I can’t start/stop Ghost because of this 500 Error caused by a port already in use by another program.
I’ve tried a bunch of things, but just can’t resolve this.
Any pros in here got a few tips or things I could try?
{
"name": "Log",
"hostname": "ghost-ubuntu-c-2-4gib-nyc1-01",
"pid": 2838615,
"level": 50,
"err":
{
"id": "...",
"domain": "https:...",
"code": null,
"name": "InternalServerError",
"statusCode": 500,
"level": "critical",
"message": "(EADDRINUSE) Cannot start Ghost.",
"context": "\"Port 2371 is already in use by another program.\"",
"help": "\"Is another Ghost instance already running?\"",
"stack": "InternalServerError: (EADDRINUSE) Cannot start Ghost.\n ...",
"hideStack": false
},
"msg": "(EADDRINUSE) Cannot start Ghost.",
"time": "2023-03-15T00:46:12.852Z",
"v": 0
}