You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue arises from a breaking change introduced in Next.js 15, which transitioned certain APIs to be asynchronous. according to Next.js release notes:
the server now requires awaiting request-specific data (such as params, headers, cookies, and searchParams) before using their properties.
Reproduction
`import { handleAuth } from "@auth0/nextjs-auth0";