oh god I think I just figured it out.
This give me the cue I needed:
So it seems we must select a user database to get the current Apoc version, and its seems to apply the same for Apoc config values !
When I use a custom database, I can run this b...
I also tried to show the apoc settings using the query found in the documentation but it doesn't work, not too sure why
https://neo4j.com/labs/apoc/4.4/overview/apoc.config/apoc.config.list/
Hey Shern !
I have the same issue/confusion you have
I would like to programmatically check if this setting is enabled in my code before I make the export call. However, when I do call dbms.listConfig(), it shows that it is still set to "false".Th...