Hi @Ryan , I’ve tried with Heroku and Vercel. On Vercel the issue that I’m having is an error message that says that Prisma client is not yet initialized, I was able to work around this issue by adding a custom post install script to generate the prisma client. I was under the impression that this shouldn’t be necessary with the new nexus and nexus-plugin-prisma. On Heroku I’m unable to run the transpires build due to Node complaining about using imports is only allowed on module files. I tried with node 12 and 14 and setting type:”module” in package.json and it seems to help but then I get some other error saying that a certain module doesn’t exist, referring to one of the files of my source code, but when I check the build the file is there.
Right now, it’s running on Vercel with the help of the post install script but I would prefer to deploy it to Heroku to reduce the number of connections to the DB triggered by the lambdas.