library · inferred from evidence
@clerk/nextjs
A library for integrating Clerk authentication with Next.js applications.
- Clerk not compatible with Next.js 15 (auth() must be async)
Clerk added Next.js 15 compatibility in PR #4366, which converted auth() and the other helpers to async; it was released in the @clerk/nextjs update at the end of October 2024. Upgrade @clerk/nextjs past that release and await the now-async