79831547

Date: 2025-11-27 09:24:12
Score: 1
Natty:
Report link

This is 100% a client-side state-reset issue, not a browser caching issue.

You MUST reset Redux store on logout funtionality.

Add like this inside clearAuthData():

dispatch(resetCourses());
dispatch(resetUserSlice());
dispatch(resetFriendsSlice());
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: BuildWithGagan