Custom domain name resolution failed.
okpb666
PROOP
21 days ago
Attachments
1 Replies
Railway
BOT
21 days ago
This thread has been opened as a public bounty so the community can help solve it. The thread and any further activity are now visible to everyone.
Status changed to Open Railway • 21 days ago
sahurm404
HOBBY
21 days ago
hi there
Here is a few things totry
- Check deploy logs — click "deploy logs" in Railway to see why your app is failing
- Verify port binding — your app must listen on process.env.PORT, not a hardcoded port
- Test the Railway URL directly
• If it fails too → app issue (check logs, env vars, port)
• If it works → DNS/proxy issue
- Disable Cloudflare proxy (if using it) — set the subdomain to DNS-only (grey cloud)
- Wait 5–30 min for DNS propagation if records are new or try to re add them on your provider side
Most likely cause: Your app isn't binding to process.env.PORT or is crashing on startup. Check the Railway network logs first.