ClerkJS API will not work even though I have inserted the correct Clerk API keys.
I am expecting for the application to allow me to use the ClerkJS API for user authentication.
Use publishableKey
instead frontendApi
. Docs here. Works for my Gatsby + Netlify website.
<ClerkProvider
publishableKey={clerk_pub_key}
navigate={to => navigate(to)}
>
Your application tree goes here.
<SignedIn>
<UserButton />
</SignedIn>
</ClerkProvider>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With