7 months ago
5 Replies
7 months ago
Hey! For the Project ID in Railway, you can find it by:
Opening your project in the Railway dashboard.
Going to Settings → scroll down to the General section.
You’ll see the “Project ID” listed there — you can copy it.
Also, when you say “URLs not resolving,” do you mean the public domain Railway gives you isn’t loading, or a custom domain you added? That will help us figure out if it’s a DNS or app issue.
7 months ago
bb-staff, if your deployed application is a server, it must be listening to a port that you must have defined in the server's configuration file. Assume it is 7700 for you. Then ,once you add the service to your Railway project, select the service, go to SETTINGS -> Public Networking -> Generate Public Domain (and provide the correct port number there). Once that matches with your configuration, then it would be able to serve the files that you have added.
I hope that helped. If you have already done that, please provide the public endpoint.
clashing
bb-staff, if your deployed application is a server, it must be listening to a port that you must have defined in the server's configuration file. Assume it is 7700 for you. Then ,once you add the service to your Railway project, select the service, go to SETTINGS -> Public Networking -> Generate Public Domain (and provide the correct port number there). Once that matches with your configuration, then it would be able to serve the files that you have added. I hope that helped. If you have already done that, please provide the public endpoint.
7 months ago
Any update, bb-staff