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

Handle connection issues gracefully #429

Closed
AntmanLFEz opened this issue Jun 5, 2023 · 1 comment
Closed

Handle connection issues gracefully #429

AntmanLFEz opened this issue Jun 5, 2023 · 1 comment
Labels
4 - medium/high priority Issue needs to be fixed soon, does not break core functionality bug Something isn't working

Comments

@AntmanLFEz
Copy link
Contributor

AntmanLFEz commented Jun 5, 2023

Currently if there is a gateway timeout on app startup then the application loads the user as anonymous even though they have already signed in.

If the connection issues are resolved and the application is restarted, the user will be logged in as normal.

Currently with no indication a user will try and unnecessarily log in again (unsuccessfully)

The app should still load the username and indicate "Connection Issues". There should then be either a retry button or automatic retry.

@twizmwazin twizmwazin added bug Something isn't working 4 - medium/high priority Issue needs to be fixed soon, does not break core functionality labels Jun 7, 2023
@MV-GH
Copy link
Collaborator

MV-GH commented Aug 4, 2023

Solved with #1099

@MV-GH MV-GH closed this as completed Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - medium/high priority Issue needs to be fixed soon, does not break core functionality bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants