deep-foundation / deep-foundation/deepcase-app

Unable to logout from user that does not exists

Open
#232 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
TypeScript
Stars
10
Forks
6
PR merge metrics
No merged PRs in 30d

Description

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](https://github.com/deep-foundation/deepcase-app/assets/1431904/31bf8ab2-4984-47b5-89b1-adbc7533bfe2)

# Workaround 1

Clear local storage using browser's console.

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

# Workaround 2

Use incognito mode in the browser.

![IMG_1610](https://github.com/deep-foundation/deepcase-app/assets/1431904/2b4e527e-afb6-469b-ab85-727a92473082)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.