Closed bramley-stride closed 3 years ago
After spending some time digging, it turns out that baseUrl MUST start with https, and tenantUrl MUST NOT start with https. Your URLProvider
class validates the baseUrl but not the tenantUrl.
The nullable localizedMessage
crash should probably still be fixed tho.
After entering the provided credentials, the app immediately crashes. Logcat output:
After changing this line https://github.com/ServicePattern/MobileAPI_Android/blob/1445990f4f2303dd1f45c4fee5026f67383261c6/BPContactCenter/src/main/java/com/brightpattern/bpcontactcenter/ContactCenterCommunicator.kt#L129 to
completion.invoke(Failure(ContactCenterError.CommonCCError(it.toString())))
I am still unable to use the demo due to the http 403 authorization error. These same credentials did work on Wednesday 24th March. Using latest master673f8de