a year ago
I'm hosting my backend on Railway, and it's working fine on my mobile and PC (connected to the same network or hotspot). However, when I try to access it from another mobile or PC, it doesn't open.
2 Replies
a year ago
It sounds like your backend might not be publicly accessible. Here are a few things to check:
Public Networking: Ensure that your service is configured to be publicly accessible. You can find more information on how to set this up in the Networking Guide.
Firewall and Security Groups: Check if there are any firewall rules or security groups that might be restricting access to your service from other networks.
Domain and DNS Settings: If you're using a custom domain, make sure your DNS settings are correctly configured to point to your Railway deployment.
If these steps don't resolve the issue, please let me know, and we can explore further.
Status changed to Awaiting User Response Railway • 11 months ago
angelo-railway
It sounds like your backend might not be publicly accessible. Here are a few things to check:Public Networking: Ensure that your service is configured to be publicly accessible. You can find more information on how to set this up in the Networking Guide.Firewall and Security Groups: Check if there are any firewall rules or security groups that might be restricting access to your service from other networks.Domain and DNS Settings: If you're using a custom domain, make sure your DNS settings are correctly configured to point to your Railway deployment.If these steps don't resolve the issue, please let me know, and we can explore further.
a year ago
The problem was with the project visibility settings in Railway. I didn’t notice that it was set to private, which restricted access to only my devices.
I changed the visibility to public, and now the API is accessible on all devices without any issues.
Status changed to Awaiting Railway Response Railway • 11 months ago
Status changed to Solved jake • 11 months ago