Very hard to enter server name
Currently when entering the server name in the config, if the entry isn't precisely the form the application expects the app will reject the entry, display a toast message, and not save the change. This means the user has to retype the server name from scratch over and over until they figure out what form was expected.
It would be pleasant to have the server name saved even if it's not in the expected form, so that the user can just go in and correct the unexpected form.
(In my case, I've never typed in the trailing /, because I use a subdomain. Fixing that was enough, and I'm up and running.)
Agree, it really sucks. The reason behind is that without trailing slash API might not work, I was just too lazy to solve it properly. Should be fixed, just so not have much time to look at it. Auto adding trailing slash probably will be best solution.
I may be able to fix this properly. I will check the code out and see if I can make some improvements on this.