I have made a Postgres instance on Render. Using the provided PSQL command, I am trying to connect to my database externally. However I am getting this connection timeout error:
connection to server at "dpg-cjmc64njbvhs73c67q4g-a.ohio-postgres.render.com" (3.129.155.172), port 5432 failed: Connection timed out (0x0000274C/10060)
Is the server running on that host and accepting TCP/IP connections?
I even checked my ip address in the Access Point and it says my ip is permitted. Any solutions?