Open AmruthPillai opened 4 months ago
Thank you for reporting the issue! Could you provide a minimal reproduction of the issue?
I spun up one of the nextjs example for Prisma and it seem running without issue.
Sorry about the late reply. I'm sort of on a tight deadline at work so I don't have time to work on a small app demonstrating this issue, but once I have the time, I'll be sure to make one. I understand how important a reproducible PoC is for an open source dev.
Again, thank you so much for your efforts in making this middleware possible.
No worries! Thanks for taking the time to giving the package a go. Hopefully you won't need it for you deadline 😬
Actually I do 😅 so I removed the need to have a custom prisma location and continue to store it inside node modules as-is.
The only reason I moved it in the first place was that Prisma's deployment page suggested it here: https://arc.net/l/quote/firkehyb
Not sure if it's really that beneficial though.
I have the following code:
prisma.schema
libs/prisma.ts
And when trying to build, I get the following error:
I have verified that it is because of this extensions, because I have disabled all other extensions and by commenting out Bark, the build succeeds again.