deep-foundation / deepcase-app

https://deep-foundation.github.io/deepcase-app/
The Unlicense
11 stars 6 forks source link

Unable to logout from user that does not exists #232

Open Konard opened 9 months ago

Konard commented 9 months ago

It happens after reinstallation of server Deep instance.

Local storage remembers old user that now does not exists, but Deep.Case UI does not allow to logout.

IMG_1609

Workaround 1

Clear local storage using browser's console.

localStorage.clear();
document.cookie = '';

Workaround 2

Use incognito mode in the browser.

IMG_1610