Telemetry call failed with org.postgresql.util.PSQLException: ERROR: relation "Project" does not exist Position: 223

5/7/2020

I am using Prisma query builder with Graphql and using azure cloud aks for production, I am also using pgBouncer sidecar to interact with database. On checking logs for prisma service I am getting following error in logs:

Warning: Telemetry call failed with org.postgresql.util.PSQLException: ERROR: relation "Project" does not exist
 Position: 223

I have also check the relation exist in database.

Can any one help please.

-- Avinash Kumar Singh
azure
azure-aks
kubernetes
pgbouncer
prisma

0 Answers