Internal DB connection not working

Getting an error when trying to connect my web service to the DB using the internal connection string. Using the external connection works as expected. Any issues on Render’s side?

Hi Dimitri,

Per PostgreSQL | Render Docs ;

To use the internal connection, the service and database need to be in the same account/team and region.

Since the database is functional because it works via the External URL, it’s most likely that one or both of those pre-requisites are not the case between the database and the Web Service, Background Worker, etc., app trying to access it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.