3 months ago
singapore region
Attachments
27 Replies
it's fetching from the backend service and using the public url and not the railway internal url
the backend service itself is not having any latency or downtime so this makes it clear that internal network is having this latency
3 months ago
Can you try using something like curl to make a fetch to the backend service in an already-running service via ssh?
using postman, it's giving decent latency
Attachments
3 months ago
in an already-running service via ssh
3 months ago
and do you see this request in http logs on the backend service?
3 months ago
Yes
3 months ago
right click on a service, "copy ssh command"
error: unrecognized subcommand 'ssh'
tip: a similar subcommand exists: 'starship'
Usage: railway [OPTIONS]
For more information, try '--help'.
??
3 months ago
What version are you on?
3 months ago
apt install -y curl
apk add curl if alpine
It's working perfectly on my machine when i build the nextjs project
Okay so i got it!
Singapore region is having some issues for sure!
i changed my all services to EU and everything's working perfectly!