archesproject / arches-lingo

Arches Reference Data Manager Application
GNU Affero General Public License v3.0
0 stars 0 forks source link

Refreshing the login page after logging in results in url becoming un-navigatable #57

Closed chrabyrd closed 2 months ago

chrabyrd commented 2 months ago

To reproduce:

  1. navigate to the application root ( eg localhost:8000 )
  2. login
  3. refresh the page
  4. notice that instead of the page the user is redirected to after login, the login form is displayed
  5. notice the url now has /login/root appended
  6. refresh the page again
  7. get Page not found error
chrabyrd commented 2 months ago

resolved in #64