TypeError: Cannot destructure property ‘nextauth’ of ‘req.query’ as it is undefined, next auth with next js and session gives 500 error
I am trying to use next auth for authentication and authorization in next. “next”: “^14.1.4”, “next-auth”: “4.21.1”,