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?
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!
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.
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