Fix Login Authentication Flow

In ProgressSat May 09 2020, 12:18

Issue: Login Flow Not Working

There is an issue with the login flow where users are redirected incorrectly after login. Steps to reproduce:

  1. Attempt to login using valid credentials.
  2. Observe redirection error.

Expected Result: User should be redirected to the dashboard.

Actual Result: User sees a "Page not found" error.

Comments

Carol Williams commented on Sun Aug 16 2020, 18:45
I'm experiencing the same issue on both mobile and desktop. It seems to occur after clearing the browser cache.
Bob Smith commented on Wed Mar 10 2021, 7:29
After login, the URL redirects to '/dashboard' but quickly changes to '/not-found'. Could there be a double redirection happening here?