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
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
Does this work if you use a local database? The error message seems like the client is not able to connect to the GraphQL API, so an error that occurs before the database connection.
@johnymontana we are not planning on using a local database - as we evaluate this technology stack, we are following the tutorial and using it against Neo4j sandbox. if that works, we will consider Aura managed Neo4j as a cloud service.
to be found in the .env file in API - while the other env vars were correctly set by the init routine of setting up the project, what are the values that should be set here?
Random question, might seem silly at first. Are you running the GraphQL server before attempting a to run seed?
Sometimes it's better to get the obvious out of the way.
The seed process uses the GraphQL server to seed the DB, so that needs to be on for the seed to work. The error you're having seems to suggest that the seed process can't access the GQL server. If it's already running, then something might be interfering there. For example running it in a docker image without exposing the port, or something of that sort.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I setup a neo4j sandbox DB, and ran
npx create-grandstack-app
. When I runnpm run seedDb
from/api
subfolder, I get the following error message:my
api/.env
file generated by npx :To work with sandbox, what do I need to change here - HOST (I assume) / PORT / PATH ? - and what should the values be ?
The text was updated successfully, but these errors were encountered: