#gunicorn error?

7 messages · Page 1 of 1 (latest)

quiet kayak
#

Hi everyone,

Trying to build my first site for a work based project. I have tried netlify, vercel and now railway and keep running into issues with deployment.
With the help of chatgbt this is the furthest i have gotten. The site seems to deploy but crashes with a deploy log like this.

Any help would be great.

ebon cairnBOT
#

Project ID: N/A

quiet kayak
#

N/A

indigo ruin
#

So this isn't a crash. Not at least the logs you sent.

Railway parses the output of your program and stderr (standard error output) is automatically picked up as an "error" if not parsable for the type it is. IE, although it says these are errors, they are just info logs.

quiet kayak
sturdy salmon
#

!s