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

Android - Different Internet connectivity errors for both Sign in & Register screens #186

Open
Tracked by #180 ...
hassan6190 opened this issue Jan 16, 2024 · 0 comments
Labels
bug Report of or fix for something that isn't working as intended

Comments

@hassan6190
Copy link

Description:
When the user tries to sign in without the internet (Empty Fields), an invalid email error occurs. In contrast, when the user tries to register without the internet (Empty Fields), an Internet connectivity error occurs.

Note: The logic behind this is that when there is no internet and we try to sign in with empty fields, the server first checks the validation of the fields and then the connection. According to this logic, the Sign-in behavior is correct

Steps to Reproduce:

  • Install the openedX app
  • Load the app
  • Go to the Register screen
  • Switch off the internet
  • Tap on the Create account button with empty fields
  • Notice the user gets an internet connectivity error

Expected Behavior:
The Behavior for both Register & Sign in should be the same
Screenshot_20240116-153154_OpenEdX
Screenshot_20240116-153202_OpenEdX

@hassan6190 hassan6190 added the bug Report of or fix for something that isn't working as intended label Jan 16, 2024
@hassan6190 hassan6190 changed the title Different Internet connectivity errors for both Sign in & Register screens Android - Different Internet connectivity errors for both Sign in & Register screens Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report of or fix for something that isn't working as intended
Projects
Status: No status
Development

No branches or pull requests

1 participant