Unable to obtain isolated JDBC connection [The connection attempt failed.]
I have created a spring boot application that uses supabase. I am using JB Intelji IDE. The error I am getting is the follow:
This is my application.yml file

2 Replies
That connection will not work for IPv4 only networks if that applies.
You might try the session pooler connection to rule that out.
Thanks, that worked great