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 callbackUrl parameter is used in the codebase to specify the URL to which the user should be redirected after a successful sign-in. It is set to "/" in the SignInForm component when calling the signIn function for different providers [1].
There are existing tests that cover the functionality of the callbackUrl parameter, ensuring that the application correctly handles it by redirecting to the appropriate page after signing in [2].
If there are issues with the redirectTo parameter not being respected, it might be worth checking if there are any conditions or middleware that could be affecting its handling, although I couldn't find specific information on this in the current context.
No description provided.
The text was updated successfully, but these errors were encountered: