Skip to content

🐛 Bug Report: Login redirects to /home but route does not exist #245

@ChaitanyaChute

Description

@ChaitanyaChute

Description

After a successful login, users are redirected to /home. However, the application does not define a /home route, resulting in a 404 page.

Expected Behavior

Users should be redirected to a valid route after login

Actual Behavior

Users are redirected to /home, which returns a 404 error because the route does not exist.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions