-
**Traceback:**
`ClientError: [Procedure.ProcedureCallFailed] Failed to invoke procedure `apoc.load.json`: Caused by: java.lang.RuntimeException: Import from files not enabled, please set apoc.impo…
-
I installed neo4j with Docker and opened the browser window on `localhost:7474`
Here's my `docker-compose.yml` file:
```bash
neo4j:
container_name: neo4j
image: neo4j
ports:
- 747…
-
Hi,
I'm trying to read nodes from my local neo4jdb for practice purposes by using pyspark and neo4j connector. I've already downloaded the last version of neo4j-connector-apache-spark (2.12) and inte…
-
As a newcomer both to Neo4j and nlp, I need clearer documentation than you have provided so far. A specific, line by line example, where I could just copy-paste to make it work, would be very helpful.…
-
### Description
The Neo4j Browser in Desktop won't open any more, probably after upgrading to MacOS Big Sur
### Reproduce Steps
Start any database, try to open the browser
### Expected Behavio…
-
I discovered that when creating a Full-Text index if a config parameter is passed to specify which analyzer to use then the Full-Text index won't work, although it will be shown as ONLINE when queryin…
-
```
neo4j: 3.4.1
apoc: 3.4.0.1
```
Created the following trigger:
```
CALL apoc.trigger.add('set-updated','UNWIND apoc.trigger.propertiesByKey({assignedNodeProperties},"updated") as prop
WITH…
-
## Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on [the Neo4j Discussion Forum](https://community.…
-
### Description
Neo4j browser crashes (Desktop, Chrome, Safari, Firefox all the same behavior)
### Reproduce Steps
In a browser display a node with a null value for a property, then move the mous…
-
Thanks to https://github.com/NixOS/nixpkgs/pull/71684 being merged recently, we do now have a test driver implementation in Python that allows for writing the imperative part of NixOS integration test…