Deployment is not working
Anonymous
FREEOP

3 months ago

I deployed Laravel12 app , and deployment is 100% success and no any error in logs , everthing is perfect but when i want to access my app , i am always getting this error.

This site can’t be reached

Check if there is a typo in shubunnati-user-service-production.up.railway.app.

  • If spelling is correct, try running Windows Network Diagnostics.

DNS_PROBE_FINISHED_NXDOMAIN

then i used prebuild templete
https://railway.com/new/template/fWEWWf
then also i am getting same error ,

This site can’t be reached

Check if there is a typo in laravel-12-production-f757.up.railway.app.

  • If spelling is correct, try running Windows Network Diagnostics.

DNS_PROBE_FINISHED_NXDOMAIN

i need to know what i am missing or doing wrong , can you plz help me to sort out this .

Solved$10 Bounty

2 Replies

Status changed to Awaiting Conductor Response itsrems 3 months ago


Status changed to Open itsrems 3 months ago


You might want to make sure you don't have a firewall or DNS that blocks the URL.

Also, check your deployment logs for any errors. The image attached is what I'm getting when I visit your deployment URL.

Attachments


anarchistmanifesto
TRIAL

3 months ago

hey @Anonymous

sounds like a dns issue for sure.

@0x5b62656e5d good call on the firewall check.

try flushing your dns cache first. on windows open cmd and run

ipconfig /flushdns

then try again.

if that doesnt work check if the railway domain is set right in your service settings. go to the dashboard select your service and look under domains. make sure its generated and active.

can you share your build logs or deployment id? might spot something.


Status changed to Solved Anonymous 3 months ago


Loading...