Error when tring to execute apoc.refactor.mergeNodes

I have neo4j version server 3.5.18 and I've installed apoc version 3.5.0.11. I think that I have correctly modified the conf file in this way

 
dbms.directories.plugins=/Users/lx2pwnd/Desktop/dev/neo4j-community-3.5.18/plugins
...
dbms.security.procedures.unrestricted=algo.*,apoc.*
...
dbms.security.procedures.whitelist=apoc.coll.*,apoc.load.*

But when I try to execute a query which contains CALL apoc.refactor.mergeNodes(..) i get this error:

There is no procedure with the name `apoc.refactor.mergeNodes` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

What's wrong ?

Hello, try this:)

dbms.security.procedures.whitelist=apoc.*

Don't forget to restart the database:)

1 Like

I love you. Thanks a lot

1 Like

No problem, it's a bit quick to be in love :smile:

1 Like