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:
The error I get is
"Property 'flavour' is missing in type 'PrismaNeon' but required in type 'DriverAdapter'.ts(2741)"

2 Replies
flat-fuchsia•2y ago
I have something similar with -
schema
dependencies -
this isn't throwing the type error in my env
conventional-tanOP•2y ago
@siegerts indeed, I adjusted the deps version and it solved it - had to downgrade serverless and neon-adapter tho
