a year ago
Ive look everywhere for a solution, ive seen on here that there was another issue like this and i change my ENABLE_ALPINE_PRIVATE_NETWORKING variable and have tried other things. the github template found at https://github.com/railwayapp-templates/laravel also gives and error when trying to run.
ⓘ Deployment information is only viewable by project members and Railway employees.
3 Replies
a year ago
Hello,
The error "could not translate host name postgres.railway.internal" comes from your build logs, as a fix please try enabling the new builder in your service settings.
a year ago
I had the same issue seems like instead of showing the public host they are displaying the private host. In the setting option you can see your public host and its port number put that instead of postgres.railway.internal . Most probably it would be
host --> monorail.proxy.rlwy.net
port -->50779
For me this resolved the issue
a year ago
You would definitely want to try to use the private host and port whenever possible as there are no egress fees for data over the private network.