berkeleytime icon indicating copy to clipboard operation
berkeleytime copied to clipboard

Bug: Logging out does not register until a full page refresh

Open Jdyn opened this issue 2 years ago • 0 comments

Apollo client caches the user object upon successful authentication. Once the user clicks log out, the apollo cache does not seem to clear the user data from the cache so the application still believes the user is logged in.

There is currently a mechanism that is supposed to clear the cache which I assume worked before. Currently the mechanism doesn't work so something must have changed in the configuration.

Jdyn avatar Sep 14 '23 00:09 Jdyn