question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ECONNREFUSED 127.0.0.1:4466

See original GitHub issue

downloaded 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:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
SpaceK33zcommented, Jun 29, 2018

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.

0reactions
gHashTagcommented, Jun 29, 2018

Cannot query field ‘signup’ on type

2018-06-29 18 28 41

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found