grand-stack-starter icon indicating copy to clipboard operation
grand-stack-starter copied to clipboard

When I try to seed the database I get the error "

Open nola-it opened this issue 4 years ago • 0 comments

After following the tutorial, when I try to seed the database, I get the following error. Was there any change (I believe this was working earlier) or there is something else which I do not get?

Any advise is welcome. Thanks

nola ~/myNewApp/api> npm run seedDb

> [email protected] seedDb /Users/nola/myNewApp/api
> babel-node src/seed/seed-db.js

Error: Error: Driver is connected to the database that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality
Driver is connected to the database that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality
Driver is connected to the database that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality
Driver is connected to the database that does not support multiple databases. Please upgrade to neo4j 4.0.0 or later in order to use this functionality

nola-it avatar Sep 11 '21 13:09 nola-it