intercom_flutter
intercom_flutter copied to clipboard
Resource Not Found
I keep getting this error An eror: ERROR - [HTTP 404] - Resource Not Found , i have registered/logged the user in using this snippet
await Intercom.instance.loginIdentifiedUser( email: email, statusCallback: IntercomStatusCallback( onSuccess: () => logger.i('Successful'), onFailure: (error) => logger.e('An eror: ${error.errorMessage}')))
and the login onSuccessful callback gets triggered then when trying to update the users data, i get this error
An eror: ERROR - [HTTP 404] - Resource Not Found
could i have been doing something wrong ?
please i need urgent help
PS: it works fine on IOS, but fails on ANDROID
@jbankz Can you share the reproducible sample?
await Intercom.instance.loginIdentifiedUser( email: email, statusCallback: IntercomStatusCallback( onSuccess: () => logger.i('Successful'), onFailure: (error) => logger.e('An eror: ${error.errorMessage}')))
and when i try to open displayMessanger, i get this error below
Api call failed: {"type":"error.list","request_id":"0008cghgmr1gp5og0sp0","errors":[{"code":"not_found","message":"Resource Not Found"}]}
@deepak786