Unknown argument `stripeCustomerId` when creating customer on signup
Hey, I'm having a new issue where updating the user's
stripeCustomerId automatically on signup, gives me a prisma error. I found an other thread here where the issue was the schema not having stripeCustomerId set as optional, but my schema does. Has anyone else had this issue?Solution
ok yea it was my fault. I got a warning from prisma to set an output path for the generated client
Warning: You did not specify an output path for your generator in schema.prisma. This behavior is deprecated and will no longer be supported in Prisma 7.0.0., but then forgot to change the PrismaClient import statement from the old default path.