S
Supabase8mo ago
Torta

Can't connect to my remote db from my local dbeaver

Hey guys, I can't seem to connect to my remote db on supabase from my dbeaver, it seems that as soon as I click test connection it fails right away, as if its not even checking my credentials, any ideas?
No description
1 Reply
garyaustin
garyaustin8mo ago
You are using the direct database port which is ipv6 only. Your device/network/router/provider all have to support that. Use the pooler connection string with the session port (5432).

Did you find this page helpful?