Can't view my site - 1st time user.
heisedesign
PROOP

a month ago

I've set up , my website URL on Railway but I can't view it. It has security errors and cannot be viewed - I want it to be live. What's wrong with it.

Solved$20 Bounty

19 Replies

Railway
BOT

a month ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open Railway about 1 month ago


heisedesign
PROOP

a month ago

I'm new at this so what is wrong? I created the code with Claude, set up a GitHub Repository and now set it up on Railway to see on the internet with my domain name. I changed the DNS as prompted by your setup but I still cannot see the site up live using the domain name. See site in browser. MusicMovieTrivia.com


a month ago

Hey, you don't have an active deployment.

image.png

Attachments


heisedesign
PROOP

a month ago

I know - I saw that but I've setup the DNS changes on the URL. What am I missing? The Railway backend shows that the website is online.


heisedesign
PROOP

a month ago

I'm not sure how to fix this situation. I'm new to Railway and this type of site hosting.


a month ago

Can you show screenshots of your dashboard and service settings?


heisedesign
PROOP

a month ago

Sure - Could this be something that takes time to propagate when you change from one server to another? getting screen shots


heisedesign
PROOP

a month ago

image.png

Attachments


heisedesign

![image.png](https://station-server.railway.com/attachments/att_01ksdt9yyjenctqh0nz9m0kjf7)

a month ago

Can you also get a screenshot of the service's networking section?


heisedesign
PROOP

a month ago

Think it might be just waiting for the DNS to propagate. What do you think?

image.png

Attachments


heisedesign

Think it might be just waiting for the DNS to propagate. What do you think? ![image.png](https://station-server.railway.com/attachments/att_01ksdtfm6venctqh13e911nkws)

a month ago

Hey, I believe that you have set the TXT record with the wrong hostname. The TXT record is set for musicmovietrivia.com, but should have been for _railway-verify.musicmovietrivia.com.

Additionally, can you try generating a domain and see you can access your deployment this way? Please also attach a screenshot of the Deployments panel.


heisedesign
PROOP

a month ago

I just added that into the DNS record along with this in the answer column :

railway-verify=6b744986e3f5d6228e47bbf779a17ff487af374c47614834a2f97d5bec2b8267

600


heisedesign
PROOP

a month ago

I'll get you the screen shot Deployments if i can find it. LOL


heisedesign
PROOP

a month ago

image.png

Attachments


heisedesign
PROOP

a month ago

It seems like it should be working but I'm now getting a 502 bad gateway error in the browser.


heisedesign

It seems like it should be working but I'm now getting a 502 bad gateway error in the browser.

a month ago

Can you check the port your service is listening to (you can most likely find it in the deploy logs of your deployment)? Make sure to match the port with your custom domain.


heisedesign
PROOP

a month ago

Still Unresolved - I need to go now thanks for the help - this is driving me nuts. Still getting no page load and error messages. Out


connorbanting03
HOBBY

a month ago

Hey I can access the site. https://musicmovietrivia.com/ this is it right? try clearing your browser cache and reconnecting or connect from your phone


hasindu44
FREE

a month ago

Try changing the port in the network tab to something like 8080. And add this to your server.js at the end.

const PORT = process.env.PORT || 3000;


seems to be working now

image.png

Attachments


Status changed to Solved Railway 29 days ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...