[Convex + Clerk + Next.js] Cant make static routes

In order to make Convex + Clerk work I need to pass
useAuth()
to the
ConvexProviderWithClerk
.

This only works if I make my
ClerkProvider
dynamic with passing the
dynamic
prop. This makes it impossible to render a page statically in my Next.js app.
image.png
Was this page helpful?