a year ago
Our main app is deployed on railway and for some users the requests don't even reach backend. Users have tried multiple accounts, devices and even internet connections. Is railway blocking some IPs? If yes how to unblock them?
0 Replies
a year ago
can you go into more details please? "not reaching railway backend" is not too helpful
Its very weird for us also. For some IPs it seems like the backend isn't responding or is inaccessible
a year ago
may i know your geographical location?
a year ago
Im asking for your location, not the server
a year ago
are you able to reach the backend?
a year ago
where are the users located that cant access the backend?
a year ago
they are likely behind some kind of local firewall
a year ago
they would need to use a VPN
issues suddenly come up. for a long time they were able to login, suddenly they are unable to access
a year ago
theres nothing railway can do about users who are behind a firewalls
a year ago
im sorry but i would not have an answer for why whoever is controlling the firewall they are behind has added railway to the block list
a year ago
im sorry you are facing this but it would be out of the control of railway
redeploying would change IP and if user is able to sign in maybe that should confirm?
a year ago
^
a year ago
Local firewall could be likely, but it's very weird that they were able to access the server and now they're not. I'll second Brody's suggestion to try a VPN, but come back if they're still unable to access it
a year ago
Test with a VPN and report back
curl 'https://dv-backend-production.up.railway.app/api/v0/auth' \
-H 'sec-ch-ua: "Google Chrome";v="125", "Chromium";v="125", "Not.A/Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Access-Control-Allow-Origin: *' \
-H 'Accept: application/json, text/plain, */*' \
-H 'Referer: https://www.desivocal.com
a year ago
please be more specific when you say not resolving as that could mean many different things
a year ago
that seems like railway domains have been blocked by your DNS resolver, not exactly a firewall thing but still unfortunate all the same
a year ago
use cloudflare's 1.1.1.1 DNS resolver and report back