Failed Silent Auth - Login required, when login page left open for a long time

After posting this, I made an attempt to reproduce this issue. It’s based on a guess that I had for a long time but have never tried, so today I materialized it and it’s proved to be relevant. This is how I was able to reproduce this:

  1. set a very short jwt expiry time in custom API settings like this:
  2. Login
  3. Wait for 10 seconds and click a protected resource so I’m redirected to the login page, where lock is displayed
  4. Find all auth0 cookies in Chrome. In particularly, the one related to my SPA
  5. Delete the 4 cookies by clicking the delete button.
  6. Go back to the login page and click login with facebook:
  7. Check log, yes, got the exactly the same error as I described above

Now that I know it’s something to do with the cookie, could any insiders point me to the right direction as to how to handle this error? Thank you in advance!