昨天下午发生了一些奇怪的事情,我刚加载 cloudboost.js 库时突然开始出错。
这是错误,我已经包含了基本的 html,其中只有库给了我这个错误 - 以及指向 URL 的链接: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>