You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Logging in, and staying logged in, do not work once you have the changes from PR 369 on the server-side.
Expected behavior
The client should:
allow users to log in
not request sign-in again on refresh, or after closing the tab or browser.
To Reproduce
After activating the seed user, try to log in.
The page refreshes but you stay at the login page. No error is shown but if you look at the Developer Console, you'll see a 401 error when the app tries to go to the Agents page.
The text was updated successfully, but these errors were encountered:
Describe the bug
Logging in, and staying logged in, do not work once you have the changes from PR 369 on the server-side.
Expected behavior
The client should:
To Reproduce
The text was updated successfully, but these errors were encountered: