昨天下午發生了一些奇怪的事情,突然間我剛剛加載cloudboost.js庫時就出現錯誤。 這是錯誤的,我已經包括中帶剛,庫基本的HTML是給我這個錯誤 - 和鏈接到網址:http://oiapp.co.za/test-cloudboost/ 這是錯誤: Uncaught TypeError: Right-hand side of 'instanceof' is not an object
at
這是Cloudboost查詢示例: var query = new CB.CloudQuery("Student");
query.equalTo('age', 21); //find all Students who age is 21
query.find({
success: function(list){
//list is an array of CloudObjects
},
用戶登錄失敗時出現的錯誤是「錯誤:請求失敗,狀態碼爲401」。這個錯誤記錄在這裏: static login(username : string, password : string){
return new Promise(resolve =>{
let user = new CB.CloudUser();
user.set('username', userna