Elliott-Chong / chatpdf-yt

https://chatpdf-elliott.vercel.app
694 stars 284 forks source link

Not able to login with Clerk! #31

Open guokas opened 10 months ago

guokas commented 10 months ago

Not able to log in with Clerk!

with the following error displayed: image

rohitkf commented 5 months ago

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"