Application failed to respond

my generated domain: paldle-production.up.railway.app app is deployed and running. logging server being connected. when i go to paldle-production.up.railway.app, i get page Application failed to respond
6 Replies
Percy
Percy9mo ago
Project ID: 070c5aab-5bae-4dad-a4b1-ed2005a6d974
Salacious
Salacious9mo ago
070c5aab-5bae-4dad-a4b1-ed2005a6d974
Solution
Salacious
Salacious9mo ago
my server file: const PORT = process.env.DEV_PORT || 8000 server.listen(PORT, "0.0.0.0", () => { console.log(Server Connected on ${PORT}...) }); i am getting the log "Server Connected on 8000..." but https://paldle-production.up.railway.app/ shows Application failed to respond
Adam
Adam9mo ago
You're not pulling the PORT env variable, you're pulling the DEV_PORT variable Please read the link fragly sent
Salacious
Salacious9mo ago
im stupid all good thank you
Want results from more Discord servers?
Add your server