my deployment is success but api call not working
brandscart
FREEOP

a year ago

after successful deployment i can't able to get responce from hosted server, localy it working fine

below is the error showing when search baseUrl on browser

This site can’t be reached

supportive-upliftment-production.up.railway.app’s DNS address could not be found. Diagnosing the problem.

Solved

1 Replies

a year ago

It seems like you're experiencing a DNS issue with your deployed application. Here are a few steps you can take to resolve this:

  1. Check DNS Configuration: Ensure that your DNS settings are correctly configured. If you're using a custom domain, verify that the DNS records point to the correct Railway domain. You can find more information about setting up DNS in the Public Networking guide.

  2. Use a Reliable DNS Resolver: Sometimes, the DNS resolver you're using might not be reliable. Consider switching to a public DNS resolver like Google's (8.8.8.8) to see if that resolves the issue.

  3. Check Service Status: Make sure your service is running and hasn't been stopped due to resource limits or other issues. You can do this by checking the service status in your Railway dashboard.

  4. Redeploy if Necessary: If you suspect a temporary glitch, try redeploying your service. This can sometimes resolve issues related to DNS propagation or other transient network problems.

If these steps don't resolve the issue, please let me know, and we can explore further options.


Status changed to Awaiting User Response Railway 12 months ago


Status changed to Solved brandscart 11 months ago


Loading...