0

昨天下午发生了一些奇怪的事情,我刚加载 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>
4

2 回答 2

0

因此,如果其他人遇到这个问题,我的用户表中有一个地址、全名和地理点作为自定义字段。我已经删除了这些,一切都运行良好。

奇怪的是,现在无论如何都会使用自定义表来存储额外的用户信息。

于 2017-02-07T16:19:45.447 回答
0

我没有看到任何错误。你可以试试隐身。

在此处输入图像描述

于 2017-02-07T15:54:23.197 回答