Programmatically Open Custom Profile Page #5996
Closed
Answered
by
wobsoriano
programming-with-ia
asked this question in
Support request - DO NOT OPEN HERE
-
Is there a way to programmatically open a custom profile page using Clerk? Would appreciate any guidance on whether this is supported and how to implement it if so. |
Beta Was this translation helpful? Give feedback.
Answered by
wobsoriano
Jun 22, 2025
Replies: 1 comment 1 reply
-
You can use the experimental start path option: window.Clerk. openUserProfile({
__experimental_startPath: '/custom',
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wobsoriano
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the experimental start path option: