Closed DaveClissold closed 5 years ago
@DaveClissold Thanks for reporting the issue, I'm not sure this is something we would fix as a community support. To be fair it is an edge case, neo4j extensions are registered serially. In our framework we ensure with the help of the module number ( module.es.2
) that you can define the order in which extensions are loaded for avoiding such issues with modules having a dependency on other modules. APOC not being part of our stack we cannot ensure it will be loaded before or after.
In order to ensure APOC's plugin is loaded at a certain position, we would actually have to write a framework module for this, which is not something we would do and maintain in public.
KR
Christophe
@ikwattro Ok thanks for the heads up on this Christophe, best get the funding sorted so that I can get the enterprise support!
Dear @ikwattro No solution yet? I really need to this
When reinitializing the database with the plugin switched on all apoc functions become unkown
ERROR Could not execute query MATCH (n:Producer) WHERE id(n) = {id} RETURN apoc.text.join([n.name, n.country]," ") AS value. Message is Unknown function 'apoc.text.join' (line 1, column 46 (offset: 45))
But when initialization is cmplete and the browser loads, the functions are recognised and useable again.
Any ideas of a work around to tackle this? Config file is as below