I am keep getting this error msg ("no procedure with the name apoc.MERGE.addLabels registered for this database instance") when I ran "apoc.MERGE.addLabels" using neo4j docker version(4.4.23).
When I was running compose-docker.yml with - NEO4J_PLUGINS=["apoc","n10s"] , I saw the following log:
Fetching versions.json for Plugin 'apoc' from https://neo4j-contrib.github.io/neo4j-apoc-procedures/versions.json
KD_neo4j_container | Installing Plugin 'apoc' from https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.4.0.19/apoc-4.4.0.19-all.jar to /plugins/apoc.jar
KD_neo4j_container | Applying default values for plugin apoc to neo4j.conf
KD_neo4j_container | Skipping dbms.security.procedures.unrestricted for plugin apoc because it is already set.
KD_neo4j_container | You may need to add apoc.* to the dbms.security.procedures.unrestricted setting in your configuration file.
KD_neo4j_container | Fetching versions.json for Plugin 'n10s' from https://neo4j-labs.github.io/neosemantics/versions.json
KD_neo4j_container | Installing Plugin 'n10s' from https://github.com/neo4j-labs/neosemantics/releases/download/4.4.0.3/neosemantics-4.4.0.3.jar to /plugins/n10s.jar
KD_neo4j_container | Applying default values for plugin n10s to neo4j.conf
KD_neo4j_container | Skipping dbms.security.procedures.unrestricted for plugin n10s because it is already set.
So, it appears that apoc and n10s are installed at plugin but kept getting not registered for this database instance. Any advice? It does not make sense to me about the error message with the log.