NeonN
Neon2y ago
5 replies
sad-indigo

Pooled connection TS error with PrismaNeon

I'm using the Neon Serverless driver with Prisma, but have a TS issue I'm not sure how to address. I tried extending the object type to add a "flavour" but that failed.
I'm following this documentation:
https://neon.tech/docs/guides/prisma#use-the-neon-serverless-driver-with-prisma

The error I get is

"Property 'flavour' is missing in type 'PrismaNeon' but required in type 'DriverAdapter'.ts(2741)"
image.png
Was this page helpful?