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)
Upgrading a Next.js app to Next.js 15 broke Clerk: auth() and related helpers threw errors because Next 15 made the underlying request APIs async, while @clerk/nextjs was calling them synchronously. The stack traces pointed into Clerk's aut