Infinite loop after some hours inactivity with @auth0/nextjs-auth0

Hello everyone!
In our product we use Next.js v10.0.8 an also the corresponding Auth0 SDK @auth0/nextjs-auth0 in Version ^1.4.0 for user authentication and api protection. Node runs in Version 14.

So far everything works fine but there is a “little” issue when users are inactive for some hours. The cookie session is refetching in infinite loop (white page) till I manually delete the cookie.
I don’t use any custom routes (handleAuth eg.).

It would be nice if someone can help me. If u need any further informations just ask me.

1 Like

We are seeing this issue as well