edit: Using Neo4j Community Edition 3.2.1.
I successfully installed APOC on my remote machine (debian) and it's working just fine. However locally (Win10) I can't seem to get it to work.
What I did:
- pasted the jar into the
plugins
folder - tried to run some APOC stuff via neo4j browser and REST/Postman as well and I got:
Unknown function 'apoc.convert.fromJsonList'
What I tried to fix it so far:
- Restarted Neo4j
- Restarted the machine
- Reinstalled Java