2017-02-07 64 views
0

昨天下午發生了一些奇怪的事情,突然間我剛剛加載cloudboost.js庫時就出現錯誤。Cloudboost - Library Error

這是錯誤的,我已經包括中帶剛,庫基本的HTML是給我這個錯誤 - 和鏈接到網址:http://oiapp.co.za/test-cloudboost/

這是錯誤:

Uncaught TypeError: Right-hand side of 'instanceof' is not an object 
at CloudBoost._CB2.default.fromJSON (cloudboost.js:6238) 
at CloudBoost._CB2.default.fromJSON (cloudboost.js:6199) 
at Function._CB2.default.CloudUser._getCurrentUser (cloudboost.js:18276) 
at Object.defineProperty.value (cloudboost.js:18371) 
at __webpack_require__ (cloudboost.js:30) 
at Object.defineProperty.value (cloudboost.js:81) 
at __webpack_require__ (cloudboost.js:30) 
at cloudboost.js:50 
at cloudboost.js:53 
at webpackUniversalModuleDefinition (cloudboost.js:9) 
at cloudboost.js:10 

這是我的HTML頁面源代碼:

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml"> 

<head> 
    <meta charset="utf-8" /> 
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
    <meta name="description" content="" /> 
    <meta name="author" content="" /> 
    <!--[if IE]> 
     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 
     <![endif]--> 
    <title>Cloudboost - Test</title> 

</head> 

<body> 

</body> 

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> 
<script src="https://cloudboost.io/js-sdk/cloudboost.js"></script> 

</html> 

回答

0

我沒有看到我到底有什麼錯誤。你可以嘗試隱身。

enter image description here

+0

這是奇怪的部分,我進入隱身,沒有錯誤。當我嘗試在我的實際站點上通過cloudboost使用登錄系統時,我開始出現錯誤。回到這個測試頁面,仍然出現錯誤。 可能導致此問題的緩存是什麼? –

+0

也許是舊版本的SDK。 –

0

因此,如果其他人遇到這個問題,我有一個地址,姓名& GeoPoint對象爲我的用戶表中的自定義字段。我已經刪除了這些內容,並且所有內容都完美運行

奇怪的是,無論如何將使用自定義表來存儲額外的用戶信息。

+0

此外,請記住清除您網站上存儲的任何數據以清除cloudboost錯誤。 –