Prisma causing issues on render

so i am using prisma for my get functino to fetch an id and from tat id fetch reports belonging to that id which are status = false

wen i run the backend round on my local host the route works flawlessly but wen i send a req to my render api route for the same function i get a prisma error
Error fetching open issues: PrismaClientValidationError:
i tried search for similar issues
only option i see now is to use raw sql which i want to avoid

any assistance is appreaciated