clerk / clerk-docs

The documentation content for Clerk, an authentication and user management platform.
https://clerk.com/docs
79 stars 285 forks source link

Feedback for “<UserButton />” #1148

Closed MarekVavrovic closed 3 weeks ago

MarekVavrovic commented 3 weeks ago

Hi, afterSignOutUrl property of "UserButton" is malfunctioning. Instead of navigate to the url I've specified it goes to this one: "https://divine-sawfish-41.accounts.dev/sign-in?redirect_url=http%3A%2F%2Flocalhost%3A3000%2Fadd-job".

code example: import LinksDropdown from "./LinksDropdown"; import { UserButton } from "@clerk/nextjs"; import ThemeToggle from "./ThemeToggle";

function Navbar() { return (

); } export default Navbar;

LekoArts commented 3 weeks ago

Hey, thanks for the issue!

Please reach out to our support or go onto our Discord if you have questions: https://clerk.com/contact