Hi Team,
We are using Azure Cosmos V3.19 and when we run GetItemQueryStreamIterator and we have not seen this problem until recently.
Microsoft.Azure.CXP.ES.Providers.CosmosDb.CosmosDbProviderException: Error querying collection using sql. Database id: CustomerInsights and Collection id: Preferences ---> Microsoft.Azure.Cosmos.CosmosException: Response status code does not indicate success: InternalServerError (500); Substatus: 0; ActivityId: 00000000-0000-0000-0000-000000000000; Reason: (Index was outside the bounds of the array.);
at Microsoft.Azure.CXP.ES.Providers.CosmosDb.CosmosDbProvider.<RunCosmosDbOperation>d_50`1.MoveNext()
--- End of inner exception stack trace ---
at Microsoft.Azure.CXP.ES.Providers.CosmosDb.CosmosDbProvider.<RunCosmosDbOperation>d_50`1.MoveNext()
The continuationToken is left at default, so I believe it gets passed as null. What could potentially cause this problem?
Regards,
Maithreyi