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
this approach is not working in next auth v5 facing this error:
TypeError: next_auth_providers_credentials__WEBPACK_IMPORTED_MODULE_1__.default.default is not a function
at PasskeyProvider (webpack-internal:///(rsc)/./node_modules/@teamhanko/passkeys-next-auth-provider/index.js:35:94)
at eval (webpack-internal:///(rsc)/./auth.ts:32:96)
at (rsc)/./auth.ts (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:340:1)
at webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42)
at eval (webpack-internal:///(rsc)/./components/navigation/NavBar.tsx:7:63)
at (rsc)/./components/navigation/NavBar.tsx (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:362:1)
at webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42)
at eval (webpack-internal:///(rsc)/./app/[locale]/layout.tsx:13:87)
at (rsc)/./app/[locale]/layout.tsx (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:318:1)
at Function.webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42) {
type: 'TypeError',
page: '/en'
}
The text was updated successfully, but these errors were encountered:
Path: /passkey-api/next-auth
this approach is not working in next auth v5 facing this error:
TypeError: next_auth_providers_credentials__WEBPACK_IMPORTED_MODULE_1__.default.default is not a function
at PasskeyProvider (webpack-internal:///(rsc)/./node_modules/@teamhanko/passkeys-next-auth-provider/index.js:35:94)
at eval (webpack-internal:///(rsc)/./auth.ts:32:96)
at (rsc)/./auth.ts (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:340:1)
at webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42)
at eval (webpack-internal:///(rsc)/./components/navigation/NavBar.tsx:7:63)
at (rsc)/./components/navigation/NavBar.tsx (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:362:1)
at webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42)
at eval (webpack-internal:///(rsc)/./app/[locale]/layout.tsx:13:87)
at (rsc)/./app/[locale]/layout.tsx (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/app/[locale]/page.js:318:1)
at Function.webpack_require (/Users/tobiasmeyhoefer/Repositories/bitz/.next/server/webpack-runtime.js:33:42) {
type: 'TypeError',
page: '/en'
}
The text was updated successfully, but these errors were encountered: