You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for the late reply here, seems like this is an issue with Neo4j database configurations. APOC is just a library that Neo4j uses to add more functionality, with every Neo4j aura instance, APOC should be automatically integrated, but if you are hosting the instance on your own machine, you usually have to download and enable APOC manually. Are you connecting to an aura instance or is the database self hosted?
Sorry for the late response, but the database is self-hosted. I have tried running commands like: docker run -p 7687:7687 -p 7474:7474 --env NEO4J_AUTH=neo4j/12345678 --env NEO4J_PLUGINS='["apoc"]' -it neo4j, but it still is not working for me.
When I run the app, I get this error
, I am unsure how to fix this.
The text was updated successfully, but these errors were encountered: