2 hours ago
All of a sudden I'm having issue with the dashboard: Variables are not able to be changed,
console not letting me connect. Don't know if this is just my computer or something that changed with railway.
Also, I'm trying to send with protonmail smtp - can I send with port 587 and secure being false or does it have to be 285 and secure = true?
9 Replies
2 hours ago
NM it's resolved
Status changed to Solved Railway • about 2 hours ago
szimmerman699
NM it's resolved
2 hours ago
still having issue with sending email using protonmail that's not working can you help me with this? It works fine from local
Status changed to Awaiting Railway Response Railway • about 2 hours ago
2 hours ago
Outbound SMTP is only available on the Pro plan and above, so Protonmail's SMTP will not work on your Trial plan regardless of port or TLS settings. For sending emails from your application, use a dedicated email service that provides HTTPS APIs instead. More details and recommended providers are in our outbound networking docs.
Status changed to Awaiting User Response Railway • about 2 hours ago
Railway
Outbound SMTP is only available on the Pro plan and above, so Protonmail's SMTP will not work on your Trial plan regardless of port or TLS settings. For sending emails from your application, use a dedicated email service that provides HTTPS APIs instead. More details and recommended providers are in our [outbound networking docs](https://docs.railway.com/networking/outbound-networking).
an hour ago
Can you please give me a static ip for my website that I can use to modify an A record as I can't modify CNAME @ (root)
Status changed to Awaiting Railway Response Railway • about 1 hour ago
an hour ago
We don't publish static IPs for inbound traffic, so A records are not supported for pointing a domain to Railway. For root/apex domains, your DNS provider needs to support CNAME flattening or ALIAS/ANAME records. Providers like Cloudflare, Namecheap, and DNSimple support this. If yours doesn't, you can either switch your domain's nameservers to Cloudflare (which handles CNAME flattening automatically) or use a subdomain like www.yourdomain.com instead. Full details are in our custom domain docs.
Status changed to Awaiting User Response Railway • about 1 hour ago
an hour ago
I'm having a major issue here https://www.godlyresponses.org/ works for me but not from other poeple.
Status changed to Awaiting Railway Response Railway • about 1 hour ago
an hour ago
Public DNS is not resolving www.godlyresponses.org at all right now, which is why the site is unreachable for others (it may still work for you due to your local DNS cache). The CNAME record pointing www to your Railway service is not being served by your nameservers. Please verify at your registrar that the CNAME record for www is saved correctly and pointing to n97h0lad.up.railway.app, and once the record is properly in place the site should be accessible for everyone.
Status changed to Awaiting User Response Railway • about 1 hour ago
43 minutes ago
www CNAME 14400
n97h0lad.up.railway.app and this 🙂_railway-verify.www TXT 900
"railway-verify=31246cee6066aa79baee01a99eac28f402af50bd5e88593f185be854931acc8b"
so why is it not working?
Status changed to Awaiting Railway Response Railway • 43 minutes ago
41 minutes ago
Your records look correct on our end and Railway has verified the domain successfully. The issue is that your nameservers (TopDNS/Namecheap) are not yet serving the CNAME record to public DNS resolvers, which is why others can't reach the site. With a 14400-second (4-hour) TTL this can take time to propagate fully. If it remains unresolvable after several hours, check in your registrar's DNS management that there are no conflicting records for www (such as an A record) and try saving the CNAME entry again to force a zone refresh.
Status changed to Awaiting User Response Railway • 41 minutes ago