CapSap / pformz

https://pformz.vercel.app
0 stars 0 forks source link

Infinite redirect loop #41

Open CapSap opened 7 months ago

CapSap commented 7 months ago

Error: Clerk: Infinite redirect loop detected. That usually means that we were not able to determine the auth state for this request. A list of common causes and solutions follows.

Reason 1: Your Clerk instance keys are incorrect, or you recently changed keys (Publishable Key, Secret Key). How to resolve: -> Make sure you're using the correct keys from the Clerk Dashboard. If you changed keys recently, make sure to clear your browser application data and cookies.

Reason 2: A bug that may have already been fixed in the latest version of Clerk NextJS package. How to resolve: -> Make sure you are using the latest version of '@clerk/nextjs' and 'next'.