gunicorn error?
cullencp
TRIALOP

a year 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

a year ago

N/A


coderjoshdk
TRIAL

a year 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

a year 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.


a year ago

stderr*


a year ago

!s


Status changed to Solved brody about 1 year ago


Loading...