my newly deployed projects domains(url) not works
kmvfireworks
HOBBYOP

a month ago

Hi,

I’ve deployed a Vite + React frontend app and another one is php laravel-app on Railway.

Those two are Build & deploy succeed

App logs show: Accepting connections at http://localhost:8080

Using serve -s dist -l $PORT

Public domain is generated and networking is enabled

But opening the Railway URL always gives:

DNS_PROBE_FINISHED_NXDOMAIN

I’ve tried regenerating the domain and redeploying multiple times.

$10 Bounty

3 Replies

Can you share the URL?

Have you tried clearing your local DNS cache and/or setting your browser's DNS server to 1.1.1.1?

If that still doesn't work, I'd check your DNS/firewall to make sure Railway domains aren't being blocked.


kmvfireworks
HOBBYOP

a month ago

react-frontend-production-12a8.up.railway.app this the url railway auto generated.this will not opens this is my issue.afterall i put custom domain to solve this issue


Well I'm able to access your application just fine. Have you done what I suggested above?

Attachments


Loading...