Hi
I have a saved search
CALL db.schema.visualization() YIELD nodes, relationships
UNWIND nodes as node
with node, relationships
WHERE apoc.node.labels(node) <> ["Bloom_Perspective"]
RETURN collect(node) AS nodes, relationships
a lot of time, i am getting a popup page with this error : The visualization has encountered an error : Cannot read properties of undefined ( reading 'id' )
the next time, i call the same saved search, a blank convas comes but it shows " 10 nodes found"
after this for the rest of saved searches and whatever i do in Bloom, empty canvas comes