You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CALL db.propertyKeys() YIELD propertyKey MATCH (start) WHERE start[propertyKey] contains $startNode
WITH start
LIMIT 1
CALL db.propertyKeys() YIELD propertyKey MATCH (end) WHERE end[propertyKey] contains $endNode
WITH start, end
So an error can occur then
Algorithm failed to complete
Error: Neo4jError: Failed to invoke procedure gds.alpha.shortestPath.stream: Caused by: java.lang.IllegalArgumentException: startNode with id 802 was not loaded
The text was updated successfully, but these errors were encountered:
I have selected label and rel type:
But start and end node can be of other labels:
So an error can occur then
The text was updated successfully, but these errors were encountered: