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
the `signIn` function from "next-auth/react" uses `fetcher` and returns
a 404 error response. throwing that error causes an `OAUTH_CALLBACK_HANDLER_ERROR`,
which prevents users from signing in. `signIn` doesn't pass a url to `fetcher`.
the check below ensures that other errors still get thrown
- ref: #321
0 commit comments