PSQL Supabase connection issue

I have been trying to connect to PSQL supabase from n8n but credential setup fails due to timeout. I am using transaction pooler with same credentials and password

error message

Couldn’t connect with these settings
Connection timed out

ImageImage

Hi @Usama_Irfan , can u share the full screenshot of the error, also have you updated the port inside the settings.

Also, you can directly use supabase node, in n8n if that fulfills your requirement.

Yes, I updated everything port, host, user, databse, etc. i think it is mainly because the cloud version I am currently using is 1.82.3 while the latest version is 1.119.1. I set up 1.119.1 locally to test and the postgres connection was successful using the same method.