clerk useUser() hook issue
I have an issue related to clerk authentication. Am not able to use useUser() hook, m getting undefined if i console log the user in the client component. i tried with useAuth and it is working fine but i need more details about the user.
clerk useUser() hook issue
I have an issue related to clerk authentication. Am not able to use useUser() hook, m getting undefined if i console log the user in the client component. i tried with useAuth and it is working fine but i need more details about the user.
clerk useUser() hook issue
I have an issue related to clerk authentication. Am not able to use useUser() hook, m getting undefined if i console log the user in the client component. i tried with useAuth and it is working fine but i need more details about the user.
Clerk authMiddleware() is not being used even though it is in my middleware.ts file which is in the src of the application
There is an error with my clerk and middleware that I have tried to fix but nothing has worked like I tried to uninstall clerk and then reinstall it but it does nothing just shows up with this same error of
Clerk authMiddleware() is not being used even though it is in my middleware.ts file which is in the src of the application
There is an error with my clerk and middleware that I have tried to fix but nothing has worked like I tried to uninstall clerk and then reinstall it but it does nothing just shows up with this same error of
@clerk/clerk-react: How to add a user role on a custom Clerk Sign Up flow with Next.JS?
I have a Django Backend with a Next.JS frontend.
@clerk/clerk-react: How to add a user role on a custom Clerk Sign Up flow with Next.JS?
I have a Django Backend with a Next.JS frontend.
Next.js with Clerk: “ClerkJS: Something went wrong initializing Clerk” error
I’m building a Next.js application using Clerk for authentication, and I’m encountering the following error in the console:
Clerk layout isn’t showing up
errors
clerk layout not showing up
I was trying to config clerk with my nextjs14 app , i’ve followed the docs but can’t see the clerk layout also routes redirect to 404 page.