Error when trying to connect ti PostgreSQL

What are you trying to achieve?

I’m trying to create a connection with a PostgreSql database, but I get the error: “ SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing”.
Does anyone have an idea what could be going wrong?

Steps taken so far

I have already inputed the supabase data connection.

Screenshots: scenario setup, module configuration, errors

Welcome to the Make community!

According to Unable to Connect to Supabase PostgreSQL via Sequelize: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing · Issue #29257 · supabase/supabase · GitHub, try changing the port number

had a similar issue - trying to connect supabase to make.com via generic postgres connection. Changing the port from 6543 to 5432, solved the issue for me. Interesting how I couldn’t find this solution anywhere in the official documentations. Thanks for saving my day!

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.