昨天下午發生了一些奇怪的事情,突然間我剛剛加載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>
這是奇怪的部分,我進入隱身,沒有錯誤。當我嘗試在我的實際站點上通過cloudboost使用登錄系統時,我開始出現錯誤。回到這個測試頁面,仍然出現錯誤。 可能導致此問題的緩存是什麼? –
也許是舊版本的SDK。 –