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
In case of uncaught erros by signIn CallbackRouteError, also as it mentions, one can affirm with stackTrace at [auth][cause]
I have been following this course checked by logging error, the code string is"credentials" for the [cause] and not for the original error, and error.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:
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: