Replies: 1 comment 1 reply
-
Hey @IldusGaf your issue is probably related to #4782 Could you try to remove |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good afternoon! I want to make a redirect to an accessible user page after authorization. For example, user1 directs to the "/posts" page and user2 directs to the "/users" page.
I tried in the login method in AuthProvider in param "redirectTo"
return { success: true, redirectTo, };
Redirect happens, but immediately redirect to the first element in resource array.
Beta Was this translation helpful? Give feedback.
All reactions