2 hours ago
All my domains (including a brand-new, freshly generated *.up.railway.app domain) have been consistently returning 429 'rate limited' for over an hour now, even after changing my IP address. Could your team please check this for project [32b8aa85-35b6-4a2c-b813-8be5e4a30a6f]?
Project ID: 32b8aa85-35b6-4a2c-b813-8be5e4a30a6f
Service ID: d611320f-9085-4bc1-93bd-f63eade64194
Edge location seen in curl response: bru1 (Brussels)
5 Replies
2 hours ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • about 2 hours ago
2 hours ago
curl -s -o /dev/null -w "%{http_code}\n" https://www.dealfinder.be
olliealzuabidi-cell
curl -s -o /dev/null -w "%{http_code}\n" https://www.dealfinder.be
2 hours ago
This custom domain return Not Found page for me
Attachments
olliealzuabidi-cell
curl -s -o /dev/null -w "%{http_code}\n" https://www.dealfinder.be
an hour ago
that curl test won't tell you much if under attack mode is on, it puts a browser check in front of every new visitor and curl can't pass it, so you'd get blocked there even if the site loads fine in a normal browser: https://docs.railway.com/networking/waf
check Settings → Edge on the service to see if it's actually enabled, and try the domain in a real browser rather than curl. if it loads in the browser but 429s in curl, that's your answer.