-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chapter 15: Error type should be 'CallbackRouteError' #734
Comments
If you allow, I can solve this bug, raised this ticket to confirm by claims. |
@shubham-j-sde have you found a solution for this? |
I'm not sure what you are looking for @gmr458, simply the tutorial code needs an update. |
Hi @shubham-j-sde @gmr458 , The cause is the I created a pull request to fix the template: #830 Please upvote my pull request 👍 |
Fixed #983 |
next-learn/dashboard/final-example/app/lib/actions.ts
Line 130 in b7a4366
code
string is"credentials"
for the[cause]
and not for the original error, anderror.type : 'CallbackRouteError'
Though, even after reading CredentialsSignin docs I am not quite sure how/ where to capture this error.
The text was updated successfully, but these errors were encountered: