Error Loading Product

Invalid `prisma.product.findUnique()` invocation in /opt/render/project/src/apps/backend/src/routers/products/services.ts:90:27 87 }, 88 89 getById: async (id: string) => { → 90 return prisma.product.findUnique({ where: { + id: String }, include: { variants: { include: { pricingTiers: true } } } }) Argument `id` is missing.

Back to Store