-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Deploying with prisma #125
Comments
thanks for this, @s-kris! do you have a repo and/or build log we can look at? it will make chasing this down much faster thank you! |
Sorry. I forgot to include the error for
I opened this issue on prisma as well. I will create minimal repo tomorrow and share it :) |
thank you! |
Hi @jlengstorf |
Looks like this has something to do with prisma |
thanks for following up with this @s-kris! we'll keep an eye on that Prisma issue |
update: |
this should be fixed as of Prisma 2.20.0! prisma/prisma#6051 (comment) we confirmed it working, so I'll close this, but please let us know if you see it again! |
Hey @jlengstorf the original error wasn't fixed. Here's the deployed url: https://60638a6d69433d000751b036--cocky-babbage-06fac3.netlify.app/api/prisma-test Also, it says in he comment here: prisma/prisma#6051 (comment) that original error still remains. Can you please share a sample repo if you got this working? It'd be really helpful. sample repo: https://github.com/s-kris/test-prisma-netlify |
Nice to see this was reopened as I'm also running into this same issue. I can't tell if it's a Prisma issue or Netlify because I deployed the same repo to Vercel without any issues. |
Thanks for the report. I'm going to close this, because there is a new version of the plugin out which doesn't use experimental-serverless-trace. If you're still having trouble after upgrading, please could you open a new issue? |
Describe the bug
Prisma query engine not found when deployed with target:serverless.
Build fails when using target: experimental-serverless-trace.
Tried both ui installation and manual installation.
Looking forward to deploy my next js + prisma app to netlify. Thank you.
More info:
prisma/prisma#6051
Versions
If you're using the CLI to build
If you're using file-based installation
The text was updated successfully, but these errors were encountered: