Nextjs apps using @auth/prisma-adapter@2.7.2 cannot be build with the latest version anymore because of incompatible change (in v2.7.4?).
How to reproduce
git clone git@github.com:jelmd/nextjs-bugs.git
cd nextjs-bugs/01_auth
# follow README.md to setup related environment and run
npm run build
# fails. To fix install v2.7.2 and try again:
npm install --legacy-peer-deps @auth/prisma-adapter@2.7.2
npm run build
Adapter type
@auth/prisma-adapter
Environment
Reproduction URL
https://github.com/jelmd/nextjs-bugs/tree/02_auth/01_auth
Describe the issue
Nextjs apps using @auth/prisma-adapter@2.7.2 cannot be build with the latest version anymore because of incompatible change (in v2.7.4?).
How to reproduce
Expected behavior
Building the app should succeed.