problem is I never get signed out as cookies are n...
# support-questions-legacy
r
> problem is I never get signed out as cookies are not removed on frontend So if the core is down, this is expected to happen since you did not end up revoking the session successfully in the first place. Now you can add a
try catch
around
superTokensNextWrapper
if you'd like. But what would you do in the try / catch anyway? You would have to return a 500 error to the client anyway right? Which I believe would be currently happening.
2 Views