JDBC Connection Timeout (SQLState 08001) with Local PostgreSQL Database
0
I am encountering a connection issue while running my Mendix application locally. The runtime fails to connect to the PostgreSQL database with a "Connection attempt timed out" message.Error Log: ConnectionBus: Opening JDBC connection to 127.0.0.1/AWK-Local failed with SQLState: 08001 Error code: 0 Message: "Connection attempt timed out."Troubleshooting steps taken so far:Verified that the PostgreSQL service is running via Laragon.Verified the port using telnet localhost 5432 and the status is Connected.Changed the host address from localhost to 127.0.0.1 in the App Settings.Temporarily disabled Windows Firewall, but the issue persists.Question: Are there any additional parameters required in the Mendix Custom Connection String to fix the JDBC handshake? Or are there specific settings in pg_hba.conf that I might have missed?Any help would be greatly appreciated. Thank you!