You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently learned that Clerk added support for Passkeys and was interested in upgrading my applications.
I first wanted to go through the Remix Quickstart to verify functionality before; however, I cannot get the quickstart to work.
I have created brand new passkey-test application, to eliminate any possible issues with old configuration.
The tutorial uses the Pre-built Components; however, none of these components render. (SignIn, SignInButton, SignOutButton, etc all render nothing). They do not even put an empty div in the DOM and show an error in the console about something being configured incorrectly.
I have gone through all the configuration on my app and I can even manually login using the test page. (Account Portal -> Sign Up)
I am not sure what else to try.
Can someone else confirm the issue?
What are the likely causes?
The text was updated successfully, but these errors were encountered:
Hey @mattmazzola , sorry for the late reply - we tested the Remix quickstart and it is in fact working. Have you tried reaching out to our support team with a link to your repository?
Hi. Thanks for confirming it should work.
I have not had time to re-test the quick start, although I am still interested in using passkeys and upgrade my existing applications.
I can't guarantee a date, but I will hopefully be able to test again within few weeks and can provide a link to new repo then.
I recently learned that Clerk added support for Passkeys and was interested in upgrading my applications.
I first wanted to go through the Remix Quickstart to verify functionality before; however, I cannot get the quickstart to work.
I have created brand new
passkey-test
application, to eliminate any possible issues with old configuration.The tutorial uses the Pre-built Components; however, none of these components render. (
SignIn
,SignInButton
,SignOutButton
, etc all render nothing). They do not even put an empty div in the DOM and show an error in the console about something being configured incorrectly.I have gone through all the configuration on my app and I can even manually login using the test page. (Account Portal -> Sign Up)
I am not sure what else to try.
Can someone else confirm the issue?
What are the likely causes?
The text was updated successfully, but these errors were encountered: