Unable to connect Supabase

Hey Team,
I’m trying to connect to my Supabase DB using Query SQL Database Block,
I’m using the free version of Supabase for test a MVP for a client.

I tried to connect, but it seems to use IPv6 in the free version, does this block support IPv6 for connection?

Hi Shay,

You are correct, direct connection via IPv6 address is not supported - nor is it recommended. In general it is always better to use a hostname, especially when connecting to cloud services like Supabase. Are you able to get a hostname in Supabase by switching to Transaction or Session pooler in their interface?

Hi Sean,
Yes I have this option, let me try it
Thanks

Yes it working, using this proxied approach is working.
Transaction pooler is using IPv4, and now I’m able to fetch data from my Supabase DB.
Thanks again Sean.