Jannik Köster
07/14/2022, 9:04 AMType error: Property 'subscription' does not exist on
type 'PrismaClient<PrismaClientOptions, never, RejectOnNotFound | RejectPerOperation | undefined>'.
As soon as i try to deploy to vercel, i get an error that subscription does not exist. but everything works fine in development, im using the same db for development and production(for now). Can someone help me here why this is happening. If i build locally for production this is working aswell.