Not able to login with Clerk!
guokas opened this issue · 1 comments
guokas commented
rohitkf commented
Update your clerk to the latest using
npm i @clerk/nextjs@latest
Also check your .env file and see if the keys are correct for the below variables:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
Also need to update your next in package.json
to :
"next": "14.1.3"