8 months 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
8 months ago
9dee506b-f3ef-424c-a7ea-4d2ea9ed65dc
8 months ago
now its saying failed to deploy service instance not found
8 months 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.
8 months ago
About this, hopefully it's fixed already. If not, the Railway team is aware of the issue and is working to resolve it.
8 months ago
@ThallesComH okay I will try