Clerk Elements Beta Feedback Thread #3315
Replies: 27 comments 19 replies
-
Will it stay free? 👀 |
Beta Was this translation helpful? Give feedback.
-
I like how the internal logic is clearly separate from the react-specific code. Would be awesome to support frameworks other than react in the future :) |
Beta Was this translation helpful? Give feedback.
-
Is there an example of how to setup email_link strategy ? |
Beta Was this translation helpful? Give feedback.
-
The redirect to the homepage after signing in from the SignInPage does not work. However, the redirect works correctly on the SignUp page. |
Beta Was this translation helpful? Give feedback.
-
I experienced an issue where every interaction was taking forever on a new signup page built with Elements. Turns out it was the CF Turnstile /cdn-cgi endpoints constantly returning HTTP 431s after hanging for 10+ seconds. I'm not too sure if this is an issue with Elements specifically though. |
Beta Was this translation helpful? Give feedback.
-
Is there documentation somewhere about valid values for the FieldError code param (ideally per-field-name)? |
Beta Was this translation helpful? Give feedback.
-
Do clerk elements handle user impersonation? |
Beta Was this translation helpful? Give feedback.
-
I'm using elements on my app and so far everything is working, however I have a few questions
|
Beta Was this translation helpful? Give feedback.
-
Hi,
but then I hit the button I can see that proper call was invoked in network panel but nothing happens. If I add:
it doesn't render after first button clicked. Is there something missing in @clerk/elements for saml login? |
Beta Was this translation helpful? Give feedback.
-
It has been really nice and intuitive to use/migrate so far. I have noticed one thing in particular, however: In the verification step, e.g. For example, after the These boolean loading value(s) go from Is this a known issue, or the expected behavior? |
Beta Was this translation helpful? Give feedback.
-
testing out the code from https://clerk.com/docs/elements/examples/shadcn-ui#sign-up, but the continue is not working :/ it directly goes through the verifications step when signing up with email |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Really enjoy using Elements, it's a great way to implement the UI for Clerk. I am having one issue and I can't find any documentation on this. I have a redirect_url specified as I hit the the signin/signup pages I've created. I can see it in the params, I can console log it out in the code but on completion of signin or signup it goes to my fallback url. Is redirect_url implemented currently in Elements or is there some other way to use it? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Forgot password action navigation does not seem to work when password is default strategy in "start" step. The action only seems to navigate when it is included in the "verifications" step. I get the below console error |
Beta Was this translation helpful? Give feedback.
-
Hey Gang- I usually use shadcn, but just stumbled across a good example of elements + stripe for hybrid signup/subscriptions use. When I try it, I get the following error "Argument of type 'string' is not assignable to parameter of type 'AfterpayClearpayMessageElementComponent'.". This is in line #40 of the SignUpForm.tsx , " const cardEl = elements?.getElement("card");". Grubbing around, I can't find a repo or any other posts about it. Appreciate any tips. https://clerk.com/blog/building-a-hybrid-sign-up-and-subscribe-form-with-stripe |
Beta Was this translation helpful? Give feedback.
-
Does Clerk Elements support setting metadata upon sign-up? |
Beta Was this translation helpful? Give feedback.
-
Did anyone else run into this error?
Stackoverflow: https://stackoverflow.com/questions/78982447/cant-resolve-clerk-shared-router-in-clerk-elements |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to allow the setting of user metadata using elements? I've hacked around it for now but it's a not pretty solution. |
Beta Was this translation helpful? Give feedback.
-
Clerk Elements and ShadCN UI Integration Causing Redirect Loops and API ErrorsHello, I'm facing a critical issue while using Clerk Elements alongside ShadCN UI in my project. Specifically, there are two major problems related to sign-in and sign-up functionality: Redirect Loop on Form Submission:When I enter my email in the sign-in input field and press "Enter," instead of proceeding with sign-in, it redirects me to the sign-up page. API Error When Clicking Buttons:When I try to sign in or sign up using the respective buttons (without pressing Enter), the forms submit, but the Clerk API returns a 422 status code (Unprocessable Entity). Relevant Details:UI Library: ShadCN UI I’ve double-checked my integration with Clerk and ensured that all fields are correctly filled. I would greatly appreciate any guidance on how to resolve the redirect loop and fix the 422 API error. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hello i am encountering this error i am using Next version 14, i am using app router. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Originating from
LinkedIn is enabled and works fine with the "next": "15.0.2", "react": "19.0.0-rc-02c0e824-20241028", "react-dom": "19.0.0-rc-02c0e824-20241028", "@clerk/elements": "^0.18.4", "@clerk/nextjs": "^6.0.2" if that is relevant |
Beta Was this translation helpful? Give feedback.
-
Dear Clerk team, I notice I can no longer do this with SafeIdentify
What is the fix for this? |
Beta Was this translation helpful? Give feedback.
-
Hi Clerk team, Is there a way to enforce MFA for all my new users, my auth scheme mandates everyone to have MFA enabled by default. |
Beta Was this translation helpful? Give feedback.
-
Hi. I'm attempting to add Elements via I can see that I don't have |
Beta Was this translation helpful? Give feedback.
-
Hey, I'm getting a strange error saying Just using the regular SignIn component from clerk-react works without any issues, in the exact same place. |
Beta Was this translation helpful? Give feedback.
-
Is there a timeline of any sort for a stable production-ready release? |
Beta Was this translation helpful? Give feedback.
-
On May 2nd, Clerk released the beta version of Clerk Elements, an unstyled collection of components to build completely custom authentication and user management UIs. If you have had a chance to try it out and have feedback, please share it here!
Beta Was this translation helpful? Give feedback.
All reactions