grand-stack / grand-stack-starter

Simple starter project for GRANDstack full stack apps
https://grandstack.io/docs/getting-started-grand-stack-starter.html
Apache License 2.0
504 stars 161 forks source link

Unable to run "yarn seedDb" or "npm run seedDb" #132

Closed paulieDOTjs closed 3 years ago

paulieDOTjs commented 3 years ago

When I try to run "yarn seedDb" or "npm run seedDb" I get the following error

10:21:54 api:seedDb | Error: Error: There is no procedure with the name `apoc.cypher.doIt` registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.

Is this something I am doing wrong?

xavier-taylor commented 3 years ago

Hi there - I managed to get the grand-stack-starter running today (after some difficulty).

From your error message, the first thing that stands out is apoc - have you installed the apoc plugin per the instructions?

Forgive me if that is not a helpful suggestion - hopefully someone else can help in that case.

In the meantime, I might suggest providing some information about your environment. Are you using neo4j desktop or sandbox?

Good luck

paulieDOTjs commented 3 years ago

I missed that part. User error. Thank you.