Hi, i have an error using "npm run seedDb"... It said that GraphQL error: cannot call write after a stream was destroyed.
How can i solve this problem?
Hi, i have an error using "npm run seedDb"... It said that GraphQL error: cannot call write after a stream was destroyed.
How can i solve this problem?
Is the GraphQL API running? If you open localhost:4001/graphql
in your web browser you should see GraphQL Playground.
If not, you'll need to run npm run start
to start the GraphQL API first.
Maybe try this (Please update).