no route to host
I am a newbie, and trying to use Supabase for the first time. I am trying to connect via a simple Golang app using the basic connection info provided in the portal. Regardless of what I do, I am unable to connect to my database remotely. I have verified all the connection info multiple times, but always get "no route to host". Even trying to reach from the command line fail:
nc -zv db.ijgxtodgtqkmcsmsxbgo.supabase.co 5432
curl -v --connect-timeout 10 https://db.ijgxtodgtqkmcsmsxbgo.supabase.co:5432
I have searched the instructions and cannot find anything that I need to do to enable my database to be reached remotely, but there must be something I am doing wrong. Any help would be appreciated.
2 Replies
You need IPv6 support for that connection. Try the pooler session port from the connection tab instead.
thank you, that worked.