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
dev
MODERATOR
2 years ago
are you listening on host 0.0.0.0 and the Railway provided PORT variable?
dev
MODERATOR
2 years ago
the provided port is stored in the PORT environment variable
in NodeJS you can have:
const port = process.env.PORT || 3000The link I sent explains everything
dev
MODERATOR
2 years ago
no problem
dev
MODERATOR
2 years ago
was probably just a caching issue
dev
MODERATOR
2 years ago
are you using cloudflare?
dev
MODERATOR
2 years ago
Make sure your SSL/TLS mode is set to Full