Question

Prisma data proxy does not work with Digital Ocean App Platform Trusted sources?

Hi my app consists of Nodejs, Prisma, Postgres. I’m trying to see why when I use the prisma data proxy(connection pool) on deploy app platform says Error: P1001: Can’t reach database server but I entered the static ip addresses and myapp in the trusted sources. So does trusted sources not work with any connection pool?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
December 11, 2022

Hi there,

Is your Prisma service deployed on the App Platform itself? If this is the case, it should be OK to use it as a proxy as the connections would be coming from the App Platform itself and should be accepted by the Postgres instance. Does it work if you disable the trusted sources?

On a side note, if you have trusted sources enabled, access to your database will not be available during build time.

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up