Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial 6-authentication - singup:null, no error #62

Open
jeanatcismet opened this issue May 27, 2019 · 0 comments
Open

Tutorial 6-authentication - singup:null, no error #62

jeanatcismet opened this issue May 27, 2019 · 0 comments

Comments

@jeanatcismet
Copy link

I am following the tutorial and i just encountered a problem on the signup step:

Auswahl_003

There is no error (neither in the server console, nor in the API response). I don't know where the problem is.

The signup resolver is not beeing invoked (i have added a console.log('Test') on the top of the function to check this).

My package.json:

{
  "name": "hackernews-node",
  "version": "1.0.0",
  "main": "src/index.js",
  "license": "MIT",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "graphql-yoga": "^1.17.4",
    "jsonwebtoken": "^8.5.1",
    "prisma-client-lib": "^1.33.0"
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant