corwur / cytoscapeneo4j

Cytoscape plugin for neo4j
MIT License
21 stars 7 forks source link

Empty graph pulled from Neo4j 5+ #18

Open jdreo opened 1 year ago

jdreo commented 1 year ago

When pulling all the nodes and edges of a graph, nothing shows up, with no error, just like if there was no data pulled.

The connection through Bolt was marked as operational. The data are correctly displayed with neo4j-browser and cypher-shell.

I suspect this has to do with the version of Neo4j being 5, which seem to have introduced some backward-incompatible changes.

Versions:

BrunoVieyra commented 12 months ago

Same problem here. using: Cytoscape 3.10.1 neo4j 5.3.0 neo4j desktop 1.5.8

Any updates on this issue yet?