Hey, all! I’m changing my Apollo Server to run on Fastify rather than Express, everything seemed to be working fine until I got this error. I’ve attached the error and my package.json. No idea what’s going on.
Edit: I ended up copy pasting the code into a different commit and everything worked. I have no idea what happened but it works so I’m fine with it.
s
Sytten
12/03/2020, 10:34 PM
Sometimes its just TS-node-dev being bad, I did a couple of fixes to it in my fork that the maintainer seems to ignore
p
Paul Hendrickson
12/03/2020, 10:40 PM
I ended up duplicating a different commit and copy pasting the changes I made and it worked 100% and I have no idea why.
Sweet, I’ll take a look at this tomorrow on the clock
j
Joël
12/04/2020, 9:38 AM
Sounds to me that there were breaking changes in internal machinery and you need to use versions that go well together here. Using all prisma latest packages should solve this