About:APOC install: A JavaScript error occurred in the main process...Uncaught Exception:

That error is sometimes due to being connected to a network (e.g., VPN) that blocks access to your target. But it’s hard to tell without digging more.

As an alternative, you can download the jar file of an APOC version from Releases · neo4j-contrib/neo4j-apoc-procedures · GitHub and then copy it to the plugin directory under the neo4j installation directory.

1 Like

I agree with Seyed-it can be a whole host of issues, but go to that link and drop the latest jar in the plugins-as he said.

May also want to double-check that on Conf file

Other Neo4j system properties

#********************************************************************
dbms.jvm.additional=-Dunsupported.dbms.udc.source=zip
dbms.security.procedures.whitelist=apoc.*
dbms.security.procedures.unrestricted=apoc.*

Has these at a minimum along with other plugin settings you use