S
Supabase2mo ago
Wences

Database connection

Hi, I am unable to connect to the supabase database using psql client. I am using the connection string from the supbase site. I also tried to connect using pythong script but its not. Its a pro account and its active and from the site I am able to query the database. What could be the reason for connection failure?
2 Replies
garyaustin
garyaustin2mo ago
Are you using the .co or .com connection string. The .co one is IPv6 only and this can impact you if your computer/router/network provider does not support IPv6. If so use the session pooler port instead.
Wences
WencesOP2mo ago
Perfect, this worked. Thank you so much for such a quick reply.

Did you find this page helpful?