Hey prisma guys! Does anyone has a working demo o...
# orm-help
p
Hey prisma guys! Does anyone has a working demo of prisma with latest Nextjs 12? In build I keep getting
Cant resolve
errors…

https://homoky-files.fra1.digitaloceanspaces.com/2021/Screen-Shot-2021-11-11-11-09-32.32.png

- I use prisma in
getStaticProps
. Previously I had version 10.0.4 of Next and it worked. I use monorepo and Prisma is separate lib.
r
@Petr Homoky 👋 There’s a similar issue reported so could you try the workaround specified here and check?
p
Hey, thanks for heads up. No the workround does not seem working well with latest nextjs. I’ve seen you had a demo on next && prisma on Vercel conf. Do you have some open example with latest deps?
r
We have examples with Next but not with a monorepo and Prisma as a separate lib