Replies: 1 comment 17 replies
-
If We will need more information to be able to help you. Do you have a runnable reproduction? What is shown when you visit http://localhost:3000/api/auth/providers directly? |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description 🐜
Next-auth logIn() is stuck endlessly on /api/auth/providers as can be seen here.
async authorize(credentials)
part doesn't seem to be executed at all, as none of theconsole.log
seem to be working./pages/api/auth/[...nextauth].js
Client Side
This question on stackoverflow.
Is this a bug in your own project?
Yes
How to reproduce ☕️
Code to reproduce the issue has been provided above
Screenshots / Logs 📽
Screenshot from browser console
No errors on next console
Environment 🖥
System:
OS: macOS 12.0
CPU: (8) arm64 Apple M1
Memory: 152.66 MB / 8.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.4.2 - /opt/homebrew/bin/node
Yarn: 3.0.0 - /opt/homebrew/bin/yarn
npm: 7.20.0 - /opt/homebrew/bin/npm
Browsers:
Chrome: 92.0.4515.159
Safari: 15.0
Contributing 🙌🏽
No, I am afraid I cannot help regarding this
Beta Was this translation helpful? Give feedback.
All reactions