fullstack-graphql icon indicating copy to clipboard operation
fullstack-graphql copied to clipboard

error server

Open cejodrake opened this issue 5 years ago • 4 comments

error

I can't execute the server could you help me please

cejodrake avatar Jan 09 '20 06:01 cejodrake

You should use the code in solution branch to fix this error.

nvdai2401 avatar Jan 15 '20 14:01 nvdai2401

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)

davidsonsns avatar Feb 12 '20 11:02 davidsonsns

If you don't want to start with all solutions, just use client branch.

loiclaudet avatar Dec 10 '20 15:12 loiclaudet

If you don't want to start with all solutions, just use client branch.

Hello, j'ai fait ça mais la fenêtre de chrome reste tristement blanche et vide!

kaboumk avatar Feb 05 '21 07:02 kaboumk