private network is not work
weills
TRIALOP
a year ago
I want to connect my backend service to the Postgres,and using the private network(postgres.railway.internal),but got failure,message in below
"could not translate host name "postgres.railway.internal" to address: Name or service not known"
ⓘ Deployment information is only viewable by project members and Railway employees.
1 Replies
brody
EMPLOYEE
a year ago
You can not yet use the private network during build, you have two main options -
- Use the public network during build and then use the private network during runtime.
- Don't connect to the database during build, run whatever you need to run during runtime before starting your app.