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
As I check the sdk source code, I found that at parse_base.dart
if (forApiRQ) {
map.remove(keyVarCreatedAt);
map.remove(keyVarUpdatedAt);
map.remove(keyVarClassName);
//map.remove(keyVarAcl);
map.remove(keyParamSessionToken);
}
Here, the objectId should be removed.
so I add this: map.remove(keyVarObjectId);
The problem solved.
So this should be a bug?
zenz
changed the title
objectId is an invalid field name while do installation
BUG: objectId is an invalid field name while do installation
Jul 10, 2019
running the examples with initInstallation() test. I got this.
The text was updated successfully, but these errors were encountered: