The error I am getting: "Graph App 'Neo4j Browser' is damaged and can't be opened. Please re-install the app.". This happened after allowing Neo4j to do an update. However, I can't find any obvious way to reinstall the app, only to install a version alongside it (following the method suggested in this trail, where I had originally asked my question and was redirected to ask it here).
I am running I'm running Neo4J on MacOS Mojave v10.14.6
I have tried to install the browser app from the following URL (https://neo.jfrog.io/neo/api/npm/npm/neo4j-browser/ ). This installed a new browser v4.0.2 alongside the broken one.
The second installation clearly works - I can run queries etc. fine. However, I had an extensive set of saved scripts that aren't available to the second installation (not sure if they would survive reinstallation of the first instance??), so I'm trying to see if I can grab those scripts and safeguard them or import into the second instance. Does anyone here know how to save those scripts?
For the error, debug logs show the following messages: Desktop.1e4412d522aa830c231e.bundle.js:141 [11:45:32:0019] Graph-App 'Neo4j Browser' execution blocked: signature verification failure. Error: Error: Invalid content digest.
at Object. (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/ @neo4j /code-signer/lib/index.js:48:31)
at Generator.next ()
at fulfilled (/Applications/Neo4j Desktop.app/Contents/Resources/app.asar/node_modules/ @neo4j /code-signer/lib/index.js:4:58)
at process._tickCallback (internal/process/next_tick.js:68:7)
I would like to either fix my original installation of the browser, or harvest and import the saved scripts so I can continue with them in the new installation.
Any help gratefully received
Thanks
JS