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?

1 Reply
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).