Alec
Container Takes Hours To Start or Sometimes Just Doesn't
I'm trying to deploy a docker container to railway and it builds with no errors from the dockerfile, but the deploy produces no logs for hours and the service is unavailable. Sometimes after waiting a few hours it'll eventually start but most of the time it just sits with no logs or info coming out of the deploy. Here's the dockerfile I'm using:
21 replies
Railway Public Domain not working for Next.js app running via nx
Project ID:
c50bf9da-0e9b-4d41-b229-8bd6503385a7
I have a Next.js app running from within a nx monorepo. It runs fine locally and the server logs look fine (see below). I've tried passing an explicit host to it of 0.0.0.0
, I've tried forcing the port with a PORT
env var. For some reason no matter what when I try to access the generated domain I get Application failed to respond
. Any ideas what to try?
Logs:
Config:
5 replies