So I just migrated my from graphql-yoga to Apollo-...
# orm-help
b
So I just migrated my from graphql-yoga to Apollo-server version 2 and I am getting
Copy code
Message: Whoops. Looks like an internal server error. Search your server logs for request ID: us1:api:cjk35bbjsjyaw0b0272iq62kv
whenever I try to do any queries. There wasn't much changes so I assume it's some dependency issue?
a
The only real change I am aware of is the authentication header.
b
I have fixed it. THe issue was that I was manually uninstalling modules 😛
fast parrot 1
a
Don't do that 😄
b
I remove my package-lock and node-modules, redownloaded and it worked.
a
Awesome
b
I feel as if all my questions are self-healed and these are references for other people to not make my mistakes
😎 1
l
@brandon Probably is simple enough but do you have a gist or something that works with Prisma?
b
@lancej are you asking if I have a code snippet?
l
yup, thanks
f
n
What are the reasons for you migrating from graphql-yoga to Apollo Server?
👍🏻 1
b
@noahdavis I wanted to take advantage of the Apollo Server Error Handling. I don't need the caching just yet, but it would be nice as well. I see that GraphQL-Yoga has a branch that is supposed to use Apollo Server 2, but Apollo Server has a lot of extra features that are nice.