a year ago
i need a help to deploy nakama on the railway i have setup postgres but when i deploy it says error pinging DB
5 Replies
a year ago
9dee506b-f3ef-424c-a7ea-4d2ea9ed65dc
a year ago
now its saying failed to deploy service instance not found
a year ago
Hey, one of the most common errors when trying to connect to a database on Railway is usually the lack of IPv6 support (Railway's private networking runs on IPv6 and most applications do not support that). To check this issue, you can use the DATABASE_PUBLIC_URL instead of the DATABASE_URL and let me know if it reaches the database.
Be warned that this is temporary and only to validate the issue. Using the DATABASE_PUBLIC_URL in a real-world application will cause massive charges.
a year ago
About this, hopefully it's fixed already. If not, the Railway team is aware of the issue and is working to resolve it.
a year ago
@ThallesComH okay I will try