Elliott-Chong/chatpdf-yt

Not able to login with Clerk!

guokas opened this issue · 1 comments

guokas commented

Not able to log in with Clerk!

with the following error displayed:
image

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"