Can't connect to ipv6 database #33925
|
Hi! I am new to Supabase as well as new to explicitly working with IPv6 addresses. I just set up my first database and it has the host I can't get node-postgres to connect to the database though and even on command line it doesn't work. (connecting via hostname:) (connecting via ip6 address:) Any idea what I need to do to be able to connect to the database? |
Answered by
GaryAustin1
Mar 1, 2025
Replies: 2 comments 1 reply
|
Go to your dashboard connection tab at top and get session mode (5432) for supavisor. That is IPv4 compatible. |
1 reply
Answer selected by
Badestrand
|
Okay yes, the AWS session pooler connection works, thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to your dashboard connection tab at top and get session mode (5432) for supavisor. That is IPv4 compatible.
Otherwise it is up to you to get your computer,OS, router and provider to support IPv6.