a month 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
0 Replies
a month ago
are you trying to connect to supabase via IPv6? if so, that won't work as we do not support outbound ipv6
Ah yup. Just paid for the IPv4 upgrade and it worked (atleast the connection did… now my replication size is too big lol) Thanks!
a month ago
no problem!
a month ago
!s
Status changed to Solved brody • about 1 month ago