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
willy20040711 opened this issue
Jan 10, 2025
· 0 comments
Labels
adaptersChanges related to the core code concerning database adaptersbugSomething isn't workingtriageUnseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
I try to use nextauth to integrate aws coginto with supabase adaptor.
Shows adaptor error as below, not pretty sure if getUserByAccount method cause this error:
[auth][debug]: adapter_getUserByAccount {
"args": [
{
"providerAccountId": "492a858c-c001-70ef-01c2-6e603c8bc40e",
"provider": "cognito"
}
]
}
[auth][error] AdapterError: Read more at https://errors.authjs.dev#adaptererror
at acc.<computed> (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/init.js:177:31)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Module.callback (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/actions/callback/index.js:68:33)
at async AuthInternal (webpack-internal:///(rsc)/./node_modules/next-auth/node_modules/@auth/core/lib/index.js:43:24)
How to reproduce
in my Reproduction URL click sigin in localhost:3001, need to add some env var.
Expected behavior
Login in sucess.
The text was updated successfully, but these errors were encountered:
willy20040711
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
Jan 10, 2025
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/supabase-adapter
Environment
Reproduction URL
https://github.com/willy20040711/test_nextauth
Describe the issue
I try to use nextauth to integrate aws coginto with supabase adaptor.
Shows adaptor error as below, not pretty sure if getUserByAccount method cause this error:
How to reproduce
in my Reproduction URL click sigin in localhost:3001, need to add some env var.
Expected behavior
Login in sucess.
The text was updated successfully, but these errors were encountered: