Earlier i used afterSignOutUrl
property in clerk to redirect the page to a certain URL . As it is depreciated now , i can’t do it. what can i do for that.
i tried using following properties which i found by reading the clerk docs.
<SignOutButton redirectUrl='/your-redirect-url' />;
,
<UserButton
userProfileMode='navigation'
signOutUrl='/your-redirect-url'
/>
, and UserButton.Link
property. I couldn’t make it work