Hi!
Did you figure this out? Having the exact same problem when running the query:
CALL apoc.periodic.iterate(
'MATCH (x:Intersection) WHERE NOT (x)-[:ROUTE]->() RETURN x',
'CALL spatial.osm.routeIntersection(x,true,false,false)
YIELD fromNode, to...