Hi,
When calling the findDocumentsByQuery API with the query
We are passing array of document id's to the query with INLIST Operator with "_id"
as Key.
we are getting the below response
Can not parse String : 500 Internal Server Error
Previously it was working fine.
Also when,
App42Log.setDebug(true);
This is the log,
"Exception is Value <html> of type java.lang.String cannot be
converted to JSONObject".
App42 Jar version - 3.9
Also when i call query.get() getting json Exception
Caused by: org.json.JSONException: Value {"key":"_id","value":"[572b4f14e4b0492b68fbc9b1]","operator":"$in"} of type org.json.JSONObject cannot be converted to JSONArray
Best Regards,