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.