-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Update the prisma extension to force binaryTarget of debian-openssl-3.0.x #1358
Comments
Also seeing this on 3.0.9. Worked fine on 56 beta:
|
Adding
Reverting my Trigger package update for now. |
Can confirm that reverting to |
I'm using a Turborepo btw. |
@elie222 did you use the prisma extension when using 3.0.9? |
Didn't try it. Will try tomorrow. Thanks! |
Tried the prisma extension on 3.1.2 and still seeing the issue |
If you see this error:
You can fix it yourself by adding
"native", "debian-openssl-3.0.x"
to yourbinaryTargets
array, like it says in the error above. Prisma allows generating many targets so this shouldn't impact your existing app that uses Prisma, it just means that Trigger.dev can also work.Prisma extension
We need to investigate whether we can solve this automatically without requiring any changes to the prisma schema file, by adding some code to our prisma extension somehow.
The text was updated successfully, but these errors were encountered: