Falcon connection to Postgresql failed

Hi

I am trying to connect FALCON v4.1.0 to my PostgreSQL database but I get the following error

Unknown authenticationOk message typeMessage { name: ‘authenticationOk’, length: 23 }

Inputs
Username postgres
Password xxxxxx
Host 127.0.0.1 or Localhost
port 5432
database Test

I am able to connect to database via python
Database type Postgres

conn = psycopg2.connect(database=“Test”, user=‘postgres’, password=‘xxxxx’, host=‘127.0.0.1’, port= ‘5432’)

Any thoughts

Hey @Darren67 welcome to the plotly dash forums.

I’m not sure if you’ll find answers here as I can’t see a connection to dash/plotly. You might try StackOverflow.