openMF / mifos-mobile

Repository for the Mifos Mobile Banking App for clients
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
272 stars 675 forks source link

Unable to login after updating api endpoint #1380

Closed HilaryKinyua closed 1 year ago

HilaryKinyua commented 4 years ago

Someone to clearly explain how we should change the endpoints because after updating the endpoints the app is not logging in. I even went ahead to change the following codes to our endpoints: public static final String API_ENDPOINT = "mobile.openmf.org"; public static final String API_PATH = "/fineract-provider/api/v1/self/"; public static final String PROTOCOL_HTTPS = "https://";

Still not working.

iamsharad98 commented 4 years ago

This issue is already open in #1378 then why you recreate this issue.

HilaryKinyua commented 4 years ago

I recreated it because it was never solved