fullstack-graphql
fullstack-graphql copied to clipboard
error server
I can't execute the server could you help me please
You should use the code in solution branch to fix this error.
Yeah! You definitely (as @nvdai2401 said) will need to change your branch to solution (run git checkout solution).
Just to clarify it, it's happening because the master branch was used only as of the base to the workshop, so:
- it's missing type definitions (fixed here https://github.com/FrontendMasters/fullstack-graphql/blob/solution/api/src/schema.js)
- it's missing some Apollo Server required options (fixed here https://github.com/FrontendMasters/fullstack-graphql/blob/solution/api/src/server.js#L6)
If you don't want to start with all solutions, just use client branch.
If you don't want to start with all solutions, just use
clientbranch.
Hello, j'ai fait ça mais la fenêtre de chrome reste tristement blanche et vide!