Skip to content
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

[🐛 Bug]: respect redirectTo (ex callbackUrl search param) #2640

Open
Kiryous opened this issue Nov 26, 2024 · 1 comment
Open

[🐛 Bug]: respect redirectTo (ex callbackUrl search param) #2640

Kiryous opened this issue Nov 26, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@Kiryous
Copy link
Contributor

Kiryous commented Nov 26, 2024

No description provided.

@dosubot dosubot bot added the Bug Something isn't working label Nov 26, 2024
Copy link

dosubot bot commented Nov 26, 2024

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.

To continue talking to Dosu, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant