- neo4j version: 3.5.19 - Community (dockerised). APOC 3.5.0.12
- Using browser to run commands (Chrome Linux [Ubuntu])
command run:
CALL apoc.uuid.install('Person') YIELD label, installed, properties RETURN label, installed, properties
Result: As per topic title
docker environment:
environment:
- NEO4J_dbms_memory_pagecache_size=1G
- NEO4J_dbms.memory.heap.initial_size=1G
- NEO4J_dbms_memory_heap_max__size=1G
- NEO4J_dbms_security_procedures_unrestricted=apoc.*
- NEO4J_dbms.security.procedures.white_list=apoc.*
Other apoc procs (spanningtree for instance) execute fine.