All of a sudden this morning, without changing anything on the request, I started getting the following error on one given request :
Wrong json format: Cannot deserialize value of type `java.lang.String` from Array value (token `JsonToken.START_ARRAY`)
at [Source: UNKNOWN; byte offset: #UNKNOWN] (through reference chain: java.util.LinkedHashMap["properties"])
My App ID is D7075715-5086-625A-FFAB-39C2F40FB200
The CloudCode function is ready4sea/fullList
The request parameters are {"tableName":"Countries","whereClause":"status>0","properties":["objectId","localizations","nameLoc","emoji"],"sortBy":"nameLoc"}
@Nicolas_REMY thank you very much it was very helpful for us, and I was able to reproduce the issue on you application. Now I have reverted the changes we have made, and I will let you know before the next release with the fix of the issue