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
After following the docs for NextAuth and Cognito Provider, after I click Sign In with Cognito button it just keeps showing the "Try to sign in with different account" alert.
And this is the error message I get
After reading some similar timeout issues
What I've tried:
Wifi restart
using personal mobile data
laptop restart
changed timeout in nextauthoptions
Upgrade Node to v20x.
But no luck so far.
How to reproduce
Click sign in button
Click sign in with cognito button
Expected behavior
Pop up this window for you to type credentials
The text was updated successfully, but these errors were encountered:
Provider type
Cognito
Environment
System:
OS: Windows 10 10.0.22621
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 3.56 GB / 15.78 GB
Binaries:
Node: 20.6.1 - C:\Program Files\nodejs\node.EXE
npm: 9.6.6 - C:\Program Files\nodejs\npm.CMD
Browsers:
Chrome: 116.0.5845.188
Edge: Spartan (44.22621.2283.0), Chromium (117.0.2045.31)
Internet Explorer: 11.0.22621.1
"dependencies": {
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next": "13.4.19",
"next-auth": "^4.23.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
Reproduction URL
https://github.com/itsevon/eleck-web.git
Describe the issue
After following the docs for NextAuth and Cognito Provider, after I click Sign In with Cognito button it just keeps showing the "Try to sign in with different account" alert.
And this is the error message I get
After reading some similar timeout issues
What I've tried:
But no luck so far.
How to reproduce
Expected behavior
Pop up this window for you to type credentials
The text was updated successfully, but these errors were encountered: