In my nextjs app, and inside “\src\app\api\auth[…auth0]\route.ts”
I’m importing handle auth from nextjs-auth0 sdk but it gives error of no exported member.
Can anyone help please? I’m trying but there is no clear docs update that handleAuth is not supported. I even tried to create a new nextjs app just to check but same error: Module ‘“@auth0/nextjs-auth0”’ has no exported member ‘handleAuth’.