Ahmat
Ahmat
I had the same issue this morning
Is there any update to fix this issue. I'm using : - "@auth0/nextjs-auth0": "^4.7.0" - "auth0": "^4.26.0" My middleware ```js import { NextRequest, NextResponse } from "next/server" import { auth0...
I think the last update fixed the problem, cause now it redirect to the login page when session is invalid or expired. Important thing is to add request to getSession...
@frederikprijck I got this right now on prod for old users with expired claim 
@frederikprijck I confirm that it work correctly with the new version session but if a user had an expired session from older version, it throw the exception **Clam timestamp check...
@carnivale7898 did you update auth0 to latest ?
add this `"type": "module`" in your package.json