Hello,
I'm trying to test for the first time yFiles Neo4j Explorer, but, although i've placed the correct bolt port and password (those being the sole default requirements),
Using or not the encryption has no effect.
15:40:07 Query failed: 15:40:07 MATCH (()-[r:include
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "include" as label, 15:40:07 collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 getAllRelationshipProperties failed 15:40:07 Cannot read property 'records' of undefined
15:40:07 Fetching schema failed! 15:40:07 Cannot read property 'addition' of undefined
15:40:07 Query failed: 15:40:07 MATCH (()-[r:isOrdered
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "isOrdered" as label, 15:40:07 collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 Query failed: 15:40:07 MATCH (()-[r:extensionLocation
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN 15:40:07 "extensionLocation" as label, collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 Query failed: 15:40:07 MATCH (()-[r:name
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "name" as label, 15:40:07 collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 Query failed: 15:40:07 MATCH (()-[r:region
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "region" as label, 15:40:07 collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 Query failed: 15:40:07 MATCH (()-[r:isStatic
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "isStatic" as label, 15:40:07 collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
15:40:07 Query failed: 15:40:07 MATCH (()-[r:inPartition
]->()) WITH r LIMIT 1000 UNWIND keys(r) as key RETURN "inPartition" as 15:40:07 label, collect(distinct key) as keys 15:40:07 params: {} 15:40:07 Failed to establish connection in 5000ms
Any advice?
Regards!