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
I am facing the similar issue. I am on neo4j 5.7.0 community server edition. I am able to run apoc.meta.stats() but while running apoc.meta.data() & apoc.meta.schema() I am getting error "Neo.ClientError.Procedure.ProcedureCallFailed Failed to invoke procedure apoc.meta.schema: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIP".
@Lojjs Requesting you to help on urgent basis. I am using apoc version 5.7.0 & gds version 2.3.3
Whenever I run CALL apoc.meta.schema(); or CALL apoc.meta.data();, I am getting the following error:
Failed to invoke procedure
apoc.meta.schema
: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIPI am not sure of how to resolve this. I removed all duplicate relationships but that did not fix the problem
The text was updated successfully, but these errors were encountered: