prisma / ecosystem-tests

🥼🧬🧪🔬🧫🦠 - Continuously tests Prisma Client with various operating systems, frameworks, platforms, databases and more.
188 stars 25 forks source link

Next.js/Vercel Edge Middlewares #4103

Open janpio opened 10 months ago

janpio commented 10 months ago

https://github.com/prisma/prisma/issues/21463 shows a problem with the Accelerate extension in Next.js/Vercel Middlewares. We are lacking tests for this.

Jolg42 commented 6 months ago

With 5.9.0 we got some bug reports from Next-Auth users, notably Next-Auth v5, which uses Edge Middleware https://github.com/prisma/prisma/issues?q=label%3A5.9.0+sort%3Acreated-desc

Notes: https://authjs.dev/guides/upgrade-to-v5 https://www.npmjs.com/package/next-auth?activeTab=versions Random projects I found using Prisma https://github.com/riccardolinares/next-auth-v5 https://github.com/AntonioErdeljac/next-auth-v5-advanced-guide Official example (does not use Prisma) https://github.com/nextauthjs/next-auth-v5-example