ECONNREFUSED 127.0.0.1:4466
See original GitHub issuedownloaded the project:
git clone https://github.com/Volst/prisma-auth.git
next:
yarn install
next:
yarn start
Server is running on http://localhost:4000
next:
mutation {
signup(data: {
email: "qwerty@icloud.com",
password: "qwerty",
name: "Playra"
})
{
token
}
}
request to http://localhost:4466/ failed, reason: connect ECONNREFUSED 127.0.0.1:4466
Need to run docker-compose up
in the folder example?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Node.js Error: connect ECONNREFUSED - Stack Overflow
ECONNREFUSED error means that connection could not be made with the target service (in your case localhost:8080 ).
Read more >How to Fix ECONNREFUSED – connection refused by server ...
If the ECONNREFUSED – connection refused by server error still appears, contact your hosting customer support team for assistance.
Read more >Got error: connect ECONNREFUSED 127.0.0.1:1864 #269
Bug report Description when use tsc -p ./scully/tsconfig.scully.json && node scully\bin\scully.js the httpGetJson generate a console log ...
Read more >Error: connect ECONNREFUSED 127.0.0.1:3306 solved in ...
How to fix Error: connect ECONNREFUSED 127.0.0.1:3306 in node js and mysql is shown.
Read more >Connect ECONNREFUSED 127.0.0.1:80 - Node
To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor. beforeEach(() => ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, yes you need to start docker-compose in the example. After it has started you also need to run
npm i -g prisma && prisma deploy
in that repostory.I will keep this open so I know I need to add a README to the example to clarify this.
Cannot query field ‘signup’ on type