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 for bad/expired DigitalOcean access token issue #743

Merged
merged 2 commits into from
Oct 7, 2020

Conversation

mpmcroy
Copy link
Contributor

@mpmcroy mpmcroy commented Oct 6, 2020

The app is swallowing unauthorized errors (e.g. bad token/expired token) bypassing the connectivity dialog flow. This leaves the user in an unrecoverable state in which they cannot log out or re-login.

This PR catches the 401 error and treats it as a connectivity error, allowing the user to retry or logout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants