Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stuck in a loop where search stops working #467

Merged
merged 6 commits into from
Feb 2, 2022
Merged

Fix stuck in a loop where search stops working #467

merged 6 commits into from
Feb 2, 2022

Conversation

aalemayhu
Copy link
Contributor

@aalemayhu aalemayhu commented Feb 2, 2022

I kept hitting the error

Cannot read properties of undefined (reading 'owner')

Turns out we have made assumptions regarding the owner. I suspect what happens is the following
i) user logins (everything works due to valid token)
ii) user logins to a second computer (everything works fine due to new token)
iii) user returns to the previous computer (stops working due to invalidated token)

Hopefully, this is resolved now by asking the user to log in again.

The other changes are rewording front page and misc cleanup.

@aalemayhu aalemayhu merged commit 1726dda into master Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant