If you can see in the image attached, there is data already uploaded. But as of today when I restarted the neo4j service and neo4j console I am unable to see all the nodes and relationships.
Kindly help!
If you can see in the image attached, there is data already uploaded. But as of today when I restarted the neo4j service and neo4j console I am unable to see all the nodes and relationships.
Kindly help!
Can you query data still? Does call db.relationshipTypes()
and call db.labels()
return anything?
You may also want to check the debug logs for errors.