Hello,
When running the following code using a JS driver I get an exception Neo4JError: The transaction has been closed.
await session.run(CALL apoc.cypher.runFile('import.cypher'));
The import.cypher contains
CREATE(n:Persona {code: 'person_1', name...