Error Application failed to respond
Anonymous
TRIALOP

2 years ago

i deploy a nodejs project and its show active but page not load when i try to open url

24 Replies

Anonymous
TRIALOP

2 years ago

f7f77e9f-058f-4547-8ef2-216136a8ed02


Anonymous
TRIALOP

2 years ago


Anonymous
TRIALOP

2 years ago

when i try to open page its show this


2 years ago

are you listening on host 0.0.0.0 and the Railway provided PORT variable?


Anonymous
TRIALOP

2 years ago

where i can found provide port or 4862 is provided port?


2 years ago

the provided port is stored in the PORT environment variable
in NodeJS you can have:

const port = process.env.PORT || 3000

The link I sent explains everything


Anonymous
TRIALOP

2 years ago

ok thx


2 years ago

no problem


Anonymous
TRIALOP

2 years ago

now its show this


Anonymous
TRIALOP

2 years ago


Anonymous
TRIALOP

2 years ago


Anonymous
TRIALOP

2 years ago


Anonymous
TRIALOP

2 years ago


Anonymous
TRIALOP

2 years ago

sry for dusturb you but can u tell me what i miss now?


Anonymous
TRIALOP

2 years ago

naver mind its got fixed somehow


2 years ago

was probably just a caching issue


Anonymous
TRIALOP

2 years ago

btw i connect a domain but its not have ssl


Anonymous
TRIALOP

2 years ago

lol its got fixed


Anonymous
TRIALOP

2 years ago

i ping u and refrash page and its got ssl XD


Anonymous
TRIALOP

2 years ago

why


Anonymous
TRIALOP

2 years ago

its only show up when i use domain


2 years ago

are you using cloudflare?


Anonymous
TRIALOP

2 years ago

Ya


2 years ago

Make sure your SSL/TLS mode is set to Full


Loading...