You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
myke-roly
changed the title
chatSDK.getMessages() returns an empty array instead of the list of messages
getMessages() returns an empty array instead of the list of messages
Jun 13, 2024
"I tried downgrading @azure/core-rest-pipeline to version 1.14.0 as suggested, but unfortunately, it didn’t resolve the issue.
I'm still encountering the following error:
{
"HttpStatus":400,
"errorCode":100,
"subErrorCode":33,
"errorType":"GraphMethodException",
"errorMessage":"Unsupported get request. Object with ID 180443023291632 does not exist cannot be loaded due to missing permissions or does not support this operation"
}
When calling chatSDK.getMessages() in my React Native project, the method returns an empty array ([]) instead of the expected list of messages.
Implemetation
Result []
The method chatSDK.getMessages() should return a list of messages instead of an empty array.
Environment Information
@microsoft/omnichannel-chat-sdk: 1.9.0
react-native: 0.71.11
react: 18.2.0
Devices: Tested on both Android and iOS
LOGS setDebug(true)
The text was updated successfully, but these errors were encountered: