#Can't connect to database through private url
20 messages · Page 1 of 1 (latest)
Linked Railway resource: 32aa5748 / b34a7091 / ac982068
Try connecting with all lowercase.
Instead of Postgres. (...), connect with postgres. (...)
I'm using directly the env variable from the postgres service, so maybe it could be an error from Railway generating that?
let me try this
Still the same
So apparently, Railway lowercases all internal URLs.
That's interesting...
It works fine with the public url
Does your Postgres database have a domain name with an uppercase variable?
If so, temp rename it to something else all lowercase, and then back to just postgres
I did it and is working now, thank you so much!
You guys could check those domains generated with uppercase
We do now, you happened to deploy that database just before we pushed a fix for that.
Thank you for the kind words! (the fix wasnt me haha)