-
-
Notifications
You must be signed in to change notification settings - Fork 203
Error logging out with redis #1547
Comments
Looks like it's not only logging out, from time to time I need to flush redis cache so that users can keep logging in. |
The logs are the same - completely clear
|
Lets combine this into #1476 🙂 |
@rijkvanzanten any recommendation to avoid this issue while is fixed? I'm flushing the cache manually but can't do that for ever :P and can't disable it since our load times will skyrocket. |
You might be able to create a hook that empties the cache on update of |
That can be a solution for this issue. But at the end, we should combine it with #1476. Thoughts? @rijkvanzanten |
Yeah, lets close this in favor of the bigger conversation happening in #1476 |
Bug Report
Steps to Reproduce
Expected Behavior
Be able to logout and login freely
Actual Behavior
Can't login after logout
Other Context & Screenshots
Technical Details
The text was updated successfully, but these errors were encountered: