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.
Failed to retrieve the documents by query. Object { name: "MissingAppCredentials", description: "Missing credentials: `Kinvey.appKey…", debug: "Did you forget to call `Kinvey.init…" }
Shinoda Yasser
I don't understand why i keep getting this error:
Failed to retrieve the documents by query. Object { name: "MissingAppCredentials", description: "Missing credentials: `Kinvey.appKey…", debug: "Did you forget to call `Kinvey.init…" }
here is my code:
promise = Kinvey.init({
appKey : 'kid_WyOe8-s3pe',
appSecret : 'xxx',
sync : { enable: true, online: navigator.onLine }
}).then(function() {
Kinvey.User.login('user01', '123');
});