neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

Failed to invoke procedure `apoc.meta.data`: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIP #599

Closed Chal1ce closed 6 months ago

Chal1ce commented 6 months ago

Steps (Mandatory)

  1. CREATE (a:NODE)-[r:RELATIONSHIP]->(m:Movie)
  2. CALL apoc.meta.data()

Screenshots (where it's possibile)

image

Specifications (Mandatory)

Currently used versions

Versions

Chal1ce commented 6 months ago

I noticed that this has been fixed, but I can't find version 5.17 of neo4j, and it's not clear how apoc-core is supposed to be installed

Chal1ce commented 6 months ago

With version 5.17.0 of apoc this still occurs.

OS: MacOS Neo4j: 5.17.0 Neo4j-Apoc: 5.17.0

gem-neo4j commented 6 months ago

Hi! Yes, it was fixed recently, but the fix is not being released until 5.18, which is next month :)

Chal1ce commented 6 months ago

Got it. Thanks.