Railway hosted Sequin can't connect to my Supabase Cloud database
armsgora
PROOP

10 months ago

I deployed the Sequin template https://railway.com/template/TXSiv2 and am trying to connect to my Supabase Cloud database but am getting this error

Failed to connect to database. Please check connection details. (error=connection not available and request was dropped from queue after 2000ms. This means requests are coming in and your connection pool cannot serve them fast enough. You can address this by: 1. Ensuring your database is available and that you can connect to it 2. Tracking down slow queries and making sure they are running fast enough 3. Increasing the poolsize (although this increases resource consumption) 4. Allowing requests to wait longer by increasing :queuetarget and :queueinterval See DBConnection.startlink/2 for more information )

I verified the connection works fine on Sequin Cloud + PgAdmin 4, so I assume there's a networking issue with Railway or misconfiguration in the template.

Project Id 88935516-9f3f-496d-a505-b0858f0676ca

Solved

5 Replies

armsgora
PROOP

10 months ago

(Also I upgraded to Pro Plan, looks like Discord didn't recognize that yet)


10 months ago

are you trying to connect to supabase via IPv6? if so, that won't work as we do not support outbound ipv6


armsgora
PROOP

10 months ago

Ah yup. Just paid for the IPv4 upgrade and it worked (atleast the connection did… now my replication size is too big lol) Thanks!


10 months ago

no problem!


10 months ago

!s


Status changed to Solved brody 10 months ago


Loading...