I am trying to use the Andriod version of the app, I have it sitting here side by side with the iOS version on an Apple device. Both are hooked up to the same server.
With iOS I can login every time, no issues.
With Andriod it says Error parsing the URI, or some users are getting the error that a string variable can not be converted to a list of string variables.
I know that strings can only be added to lists, not converted. IE: you can't say List<string> = "hello world".
I don't understand the URI parsing though, I am well past entering the URL and URI by the time I get to the sign in page. You must enter a valid URL in order to retrieve the repository name and Forms configuration, then login.