I’m using clerk/nextjs 5.1.5 in my next 14.2.4 app with middleware. My home page is not blocked by middleware and is publicly accessible. I want this page to be indexed by Google. However, my page isn’t getting indexed by Google because Clerk is causing too many redirects. Has anyone run into this problem with Clerk before?
Google Test Live Url
Same issue but using the Lighthouse Chrome Extension
I tried:
-
Changing my Clerk NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY,CLERK_SECRET_KEY keys to a new Clerk Application in case my Clerk Application was outdated
-
Adjusting my Clerk middleware Current Clerk Middleware
indescriptCrayon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.