workos / authkit-nextjs

The WorkOS library for Next.js provides convenient helpers for authentication and session management using WorkOS & AuthKit with Next.js.
MIT License
68 stars 19 forks source link

Why on apps Redirects section logout is lost #52

Closed taroom closed 4 months ago

taroom commented 5 months ago

I'm using nextjs, when im going to logout then show error "Something Went Wrong" and on url https://error.workos.com/user_management/app-homepage-url-not-found. then i searching for that section and for app homepage url is gone. where i can set homepage url in sign out action image

PaulAsjes commented 5 months ago

You'd set your homepage URL in your WorkOS dashboard:

CleanShot 2024-06-26 at 16 35 02

taroom commented 5 months ago

thats display is not exist on redirects

PaulAsjes commented 4 months ago

You'll need to enable User Management first. You can do so by navigating to the "Users" page in the WorkOS dashboard and following the steps there. Once that's set up you'll be able to set an app homepage.