Skip to content

fix: Logs into the undesirable page if previous session cache is not cleared #461

@Sumabhat11

Description

@Sumabhat11

Describe the bug
If a user has logged in previously, the site does not clear cached data properly. On subsequent login attempts, the user may see a “Feature Disabled” screen, even though they should have access.

To Reproduce
Steps to reproduce the behavior:

  1. Log in to the application.
  2. Log out.
  3. Attempt to log in again without clearing browser cache or local storage.
  4. The user sees the "Feature Disabled" screen instead of the dashboard.

Expected behavior
The user should be able to log in normally without needing to manually clear cache or local storage.

Screenshots

Image

Additional context
Clearing the browser cache and local storage resolves the issue temporarily. This indicates a problem with session/cache handling in the application.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions