Having some pretty huge difficulties trying to migrate from Graphcool to Prisma. For a few weeks now I’ve been trying to get a new setup on Prisma going with the same schema as Graphcool, and a Yoga server in front of it. I now have a node/React app that talks to Yoga on a Heroku instance, which talks to a Prisma server also on Heroku.
Even under a tiny amount of traffic, after a short while, the Prisma server ends up with 30000ms runtime executions that get timed out, and then H12 errors across the board. This is without any load other than just me running a quick test of my existing code, which uses server side subscriptions and google cloud functions.
I’m at a loss as to what to do here because the Prisma instance is something of a mystery black box. Has anyone seen similar and able to point me in the right direction of how to work out what’s going wrong?