AccountManager compute cloud URL before trying to connect
- /e/ version: v1.0-rc
- Device model(s): all
Summary
If you make a typo in your email domain name, after fixing it the new next cloud server URL is not computed.
The problem
Steps to reproduce
Fill a bad email my@murena.io
, a password and click to login. The login does not work so you fix the domain name of your email to my@e.email
and click to login.
What is the current behavior?
The next cloud domain https://murena.io
is used. So the login works but a lot of service are borken notes, edrive synchro...
What is the expected correct behavior?
The right nextcloud URL is computed.
Technical information
Solutions
Workaround
Move the cursor focus to the password input for forcing the computation of the URL.
Possible fixes
If the user does not specify a custom URL, the nextcloud url should be computed before the login. A checkbox should be added if the user wants to specify a custom URL, to be sure that we use the user settings in this case.
cc @aude.m @rhunault