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
dpakach
changed the title
Authenticate box appears when the user is deleted when the logged in user is deleted
Authenticate box appears when the logged in user is deleted
Dec 29, 2020
For future reference: We ran into a similar issue too today in the acceptance tests, getting a basic auth popup visible in the VNC client. Here's what happened:
We had a chained method on an unresolved promise
which somehow results in the user getting logged out on the backend
which results in the backend asking for authentication (which is the popup shown here)
With #7072 being merged you'll get redirected to a login error page in the described scenario. Which includes a link to re-login with a different user.
Steps to reproduce
Expected behavior
Actual behavior
note I'm not sure if the is a correct behavior or bug, just noticed this while adding test for owncloud/ocis#1129
The text was updated successfully, but these errors were encountered: