Can't connect Supabase

I’m trying to connect my Supabase Database. I click add new integration, select Supabase, and enter the info, but I get a “connection failed” error every time. Please help! And yes, I have SSL on incoming connections off.

Hi!

I’m not sure if you solved this but it took us time to solve this issue - which I just did so I’m posting a solution here for others.

  1. From supabase, use the Session pooler. It seems we only connect via IPv4
  2. Only use the connection string e.g… postgresql://postgres.xxxxxxxxxxxxxxxxxxxx:[YOUR-PASSWORD]@aws-0-ap-southeast-1.pooler.supabase.com:5432/postgres
  3. Do not add extra parameters. Basically copy what you see in the image, add your password and that should work fine!


Use the connection string and paste what you copied. (Make sure you put your password in the string)