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.
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.