tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Error on displayMessager method #355

Closed gabrieldocoutos closed 2 years ago

gabrieldocoutos commented 4 years ago

When I open the displayMessenger I keep seeing this error: image

using adb logcat I was able to capture this error:

04-01 10:50:30.750 13976 13976 E Intercom: Api call failed: {"type":"error.list","request_id":"0005d2i1o0n87m3pmk8g","errors":[{"code":"unprocessable_entity","message":"MergeAnonymousUser source_user cannot have role='user_role'"}]}

"react-native": "0.60.5" and "react-native-intercom": "^13.2.0"

Anyone else having the same problem?