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 was archived by the owner on Dec 25, 2025. It is now read-only.
I'm trying to run the example in the tutorial, and my aquadoggo node is running in another terminal process (v0.7.1), and then I run npm run schema and get this error:
Create and deploy schemas for the mushroom tutorial app
/mushroom-app-tutorial/node_modules/node-fetch/lib/index.js:1491
reject(new FetchError(`request to ${request.url} failed, reason: ${err.message}`, 'system', err));
^
FetchError: request to http://localhost:2020/graphql failed, reason: socket hang up
at ClientRequest.<anonymous> (/mushroom-app-tutorial/node_modules/node-fetch/lib/index.js:1491:11)
at ClientRequest.emit (node:events:513:28)
at ClientRequest.emit (node:domain:489:12)
at Socket.socketOnEnd (node:_http_client:519:9)
at Socket.emit (node:events:525:35)
at Socket.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1359:12)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ECONNRESET',
code: 'ECONNRESET'
}
When I terminate the node and re-run the script, I get ECONNREFUSED as I might expect.
I'm trying to run the example in the tutorial, and my
aquadoggonode is running in another terminal process (v0.7.1), and then I runnpm run schemaand get this error:When I terminate the node and re-run the script, I get ECONNREFUSED as I might expect.