Hi ,
I am running neo4j container.While inserting one file data it's failing in few ubuntu instances , while in others it's running smoothly.
It's failing with below results.
neo4j-service | 2020-08-03 05:41:03.834+0000 ERROR Unexpected error d...
I started using neo4j recently.I have a scenario like
Match (a:parent)-[r:father_of]->(b:daughter)-[r1:friend_of{talks_to:5 times}]->(c:daughter)-[r2:daughter_of]->(d:parent)
Now I want to marge all these nodes to one if talks_to property of r1 relat...