I have an issue deploying to AWS Elastic Beanstalk...
# orm-help
s
I have an issue deploying to AWS Elastic Beanstalk. The error is the same as described here https://www.prisma.io/docs/guides/deployment/deployment-guides/caveats-when-deploying-to-aws-platforms#error-prismaclient-did-not-initialize-yet but moving the prisma package to dependencies didn’t solve it for me. Does anyone know what I can do to further debug this?
When does Prisma throw this error? From the stack trace there is some code in node_modules/.prisma/client/index.js, so what does the error mean exactly?
oh lol I forgot to include the prisma folder in the deployment archive