I’m encountering an issue when trying to connect to my PostgreSQL database hosted on Render using pgAdmin. The error message I receive is:
‘’ Unable to connect to server, connection failed: server closed the connection unexpectedly
This probably means the server terminated abnormally before or while processing the request.‘’
I have entered the Host, Database, Port, Username, and Password correctly. I have tried most of the SSL mode values and changed the connection timeout from 10 seconds to 60 because it previously told me that the connection failed due to exceeding the specified time.
Is there anyone who can help me with this issue? I have searched a lot and haven’t found a solution.