As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Nevermind, it was my mistake, I forgot to set Kinvey.DataStoreType.Network parameter.
Thanks.
Nevermind, it was my mistake, I forgot to set Kinvey.DataStoreType.Network parameter.
Thanks.
OpenCtrl
Hi,
I`m getting null entity with this:
var dataStore = Kinvey.DataStore.collection('myCollection');
var stream = dataStore.findById('myId');
P.D. My entity with that id already exist in my collection.