gunicorn error?
cullencp
TRIALOP

2 years ago

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.

Solved

5 Replies

cullencp
TRIALOP

2 years ago

N/A


coderjoshdk
PRO

2 years ago

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.


cullencp
TRIALOP

2 years ago

ok glad to hear, i was confused as the site deployed fine and when i saw the deploy logs i thought something was still wrong.


2 years ago

stderr*


2 years ago

!s


Status changed to Solved brody over 1 year ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...