-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Application error after v0.8.0 upgrade #282
Comments
Which version did you upgrade from? The prisma upgrade was several releases back. |
I'm getting the same even with prisma 2.7 (release 0.54) Update: It might be the node version breaking everything actually. I'm all the way back at 0.32 with prisma 2.6 and still getting the same error
|
I upgraded from 0.7.4 (which deployed and ran without issue) |
@huijing what's your node version? |
Oh I just checked the build logs, the latest deploy ran on node version 12.19.0 instead of the previous 12.18.14 |
I guess. But just in case anyone is looking for a temporary fix, downgrading to node 12.18.4 works |
Closing because not an umami issue. Folks running into similar issues can follow @hemorej's tip to downgrade node. |
The next version of Prisma will include the fix 😉 |
I just deployed v0.8.0 to Heroku and the application crashed with the following error:
It might be related to this issue: prisma/prisma-client-js#907
The text was updated successfully, but these errors were encountered: