Has anyone tried connecting to the postgres db with Laravel?
I keep getting
SQLSTATE[08006] [7] connection to server at “singapore-postgres.render.com” (3.0.216.9), port 5432 failed: timeout expired
When I try to connect to the render database from a local Laravel setup. It works fine in prod (it’s using the internal db connection via the setup laravel render guide).
I put the external connection url, hostname, port, username and password so it should work. Is there a problem for external connections? The db allows 0.0.0.0/0 in the allow list as well.