I’m guessing that this is related to the changes I just pushed: Improved Prisma support - status and plans
And I’m assuming that you are using postgres?
Successfully deploying a prisma app will require migrations to be run to set up the database; and that requires you to run npx prisma migrate dev
. Can you try that and then either push your changes to github and redeploy from there, or use the CLI by running fly launch
?