Neo4j查询从浏览器调用apoc时崩溃

时间:2019-04-30 03:26:45

标签: neo4j cypher neo4j-apoc

执行以下代码行时浏览器会发疯:

MATCH (n) WHERE ID(n) = 22481941 CALL apoc.path.subgraphAll(n,{maxLevel:1}) YIELD nodes, relationships RETURN relationships,nodes

错误如下:

出了点问题:“ TypeError:无法读取未定义的属性'toString'”,应用程序无法恢复。

当我检查浏览器时,控制台说:

TypeError: Cannot read property 'toString' of undefined
at main.chunkhash.bundle.js:1
at Array.filter (<anonymous>)
at main.chunkhash.bundle.js:1
at Array.filter (<anonymous>)
at Object._ (main.chunkhash.bundle.js:1)
at Object.extractNodesAndRelationshipsFromRecordsForOldVis (main.chunkhash.bundle.js:1)
    at e.value (main.chunkhash.bundle.js:1)
    at e.value (main.chunkhash.bundle.js:1)
    at Ll (vendors~main.chunkhash.bundle.js:61)
    at Il (vendors~main.chunkhash.bundle.js:61)

但是如果从邮递员处执行就可以了。我的代码有问题吗?还是仅仅是neo4j的错误?enter image description here

0 个答案:

没有答案