rohanrajpal
rohanrajpal
PPrisma
Created by rohanrajpal on 7/22/2024 in #help-and-questions
Issues with prisma docker deployments
Hey, locally i am able to use prisma well, but when i deploy to docker, issues start popping up, like this one:
2024-07-22 22:57:55.535
PrismaClientValidationError:
2024-07-22 22:57:55.535
Invalid `prisma.device.findMany()` invocation:
2024-07-22 22:57:55.535
{
2024-07-22 22:57:55.535
userId: {
2024-07-22 22:57:55.535
where: {
2024-07-22 22:57:55.535
~
2024-07-22 22:57:55.535
v: 1729,
2024-07-22 22:57:55.535
? in?: Int[] | ListIntFieldRefInput,
2024-07-22 22:57:55.535
? equals?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? lt?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? notIn?: Int[] | ListIntFieldRefInput,
2024-07-22 22:57:55.535
? gte?: Int | IntFieldRefInput,


2024-07-22 22:57:55.535
? gt?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? lte?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
}
2024-07-22 22:57:55.535
? not?: Int | NestedIntFilter
2024-07-22 22:57:55.535
select: {
2024-07-22 22:57:55.535
},
2024-07-22 22:57:55.535
PrismaClientValidationError:
2024-07-22 22:57:55.535
Invalid `prisma.device.findMany()` invocation:
2024-07-22 22:57:55.535
{
2024-07-22 22:57:55.535
userId: {
2024-07-22 22:57:55.535
where: {
2024-07-22 22:57:55.535
~
2024-07-22 22:57:55.535
v: 1729,
2024-07-22 22:57:55.535
? in?: Int[] | ListIntFieldRefInput,
2024-07-22 22:57:55.535
? equals?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? lt?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? notIn?: Int[] | ListIntFieldRefInput,
2024-07-22 22:57:55.535
? gte?: Int | IntFieldRefInput,


2024-07-22 22:57:55.535
? gt?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
? lte?: Int | IntFieldRefInput,
2024-07-22 22:57:55.535
}
2024-07-22 22:57:55.535
? not?: Int | NestedIntFilter
2024-07-22 22:57:55.535
select: {
2024-07-22 22:57:55.535
},
7 replies