Need to know what port to use while connection custom domain?
rober7640
HOBBYOP
2 months ago
Hello there,
We Need to know what port to use while connection custom domain?
Not able to find it.
Thanks,
Robert
2 Replies
Railway
BOT
2 months ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
2 months ago
Hey, if you didn't define a PORT service/environment variable, then Railway would inject "8080" for PORT. If you hard coded the port your application listens to (as opposed to reading it from the env) , then you will have to check your code for the port it listens to. Railway will also suggest port based on your service whenever possible in the dropdown when editing the port in the public networking section.