Sam
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Sam on 5/4/2023 in #questions
Clerk + Next.js app router <SignedOut> children not rendered after <UserButton> sign out
Yeah, it turned out to be a clerk issue which they had to fix on their end
6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/4/2023 in #questions
Clerk + Next.js app router <SignedOut> children not rendered after <UserButton> sign out
Would like to get this fixed asap if anyone would like to help 😊
6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/4/2023 in #questions
Clerk + Next.js app router <SignedOut> children not rendered after <UserButton> sign out
Any help at all would be really appreciated :)
6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/3/2023 in #questions
Clerk re-render parent server component on sign out with custom sign out button.
just figured out what AfterSignInURL and AfterSignOutURL were 🤦
6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/3/2023 in #questions
Clerk re-render parent server component on sign out with custom sign out button.
okay i've got it working using
router.refresh()
but i still don't know if this is the right way of doing it incase anyone wants to correct me6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/3/2023 in #questions
Clerk re-render parent server component on sign out with custom sign out button.
just tested this in a "non-app router" app and the component does refresh so this is more of a server component issue rather than a clerk issue
6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/3/2023 in #questions
Clerk re-render parent server component on sign out with custom sign out button.
https://clerk.com/docs/authentication/sign-out#custom-sign-out this is clerk's documentation on a custom sign out button and that's the exact same code i'm using here so not quite sure what i'm doing wrong
6 replies