because of status information returned by intermediate gateways or switching nodes
because no interface was found connected to a route that was found (at least according to a comment on stackoverflow)
From what I’ve read on stackoverflow and other forums, IPv6 can cause this kind of issue. Looking at the error message you shared and the fact that you are using Supabase’s direct connection string, I’m pretty confident this connection uses IPv6.
I saw you also posted almost the same question on retools forum. If you look at the image that MiguelOrtiz posted in a reply there, you can see that he is not using the direct connection string, but the Supavisor session mode.
Try setting up a connection with that and see if it works
Yes, this error is caused by IPv6. We’re working on implementation in the background.
Please use Session or Transaction Pooler, these types of connection work!