You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adaptersChanges related to the core code concerning database adaptersbugSomething isn't workingtriageUnseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
Nextjs apps using @auth/[email protected] cannot be build with the latest version anymore because of incompatible change (in v2.7.4?).
How to reproduce
git clone [email protected]: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/[email protected]
npm run build
Expected behavior
Building the app should succeed.
The text was updated successfully, but these errors were encountered:
jelmd
added
adapters
Changes related to the core code concerning database adapters
bug
Something isn't working
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
labels
Dec 1, 2024
Same thing here -- can't fix security issues because of it
$ npm audit fix
added 5 packages, removed 4 packages, changed 37 packages, and audited 921 packages in 28s
210 packages are looking for funding
run `npm fund` for details
# npm audit report
cookie <0.7.0
cookie accepts cookie name, path, and domain with out of bounds characters - https://github.com/advisories/GHSA-pxg6-pf52-xh8x
fix available via `npm audit fix --force`
Will install @auth/[email protected], which is a breaking change
node_modules/cookie
@auth/core <=0.35.3
Depends on vulnerable versions of cookie
node_modules/@auth/core
node_modules/@auth/prisma-adapter/node_modules/@auth/core
@auth/prisma-adapter <=2.5.3
Depends on vulnerable versions of @auth/core
node_modules/@auth/prisma-adapter
next-auth <=0.0.0-pr.11562.ed0fce23 || 4.24.8 - 5.0.0-beta.22
Depends on vulnerable versions of @auth/core
node_modules/next-auth
adaptersChanges related to the core code concerning database adaptersbugSomething isn't workingtriageUnseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
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/[email protected] 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.
The text was updated successfully, but these errors were encountered: