-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
panic: could not run [db push]: exit status 1 #1434
Comments
@dotsinspace I suspect this is an issue with the
I believe 1. is successful, but 2 isn't. Could you try this command instead: I also tried on my side with your schema you posted in the debug, I was able to generate the Go client code. |
Found out the reason. it only supports specific version of Prisma (0.45 something) + Prisma Client and Cli need to be same. to get it worked. |
|
Finally, I was able to resolve the issue. However, there is still a problem with the For now, I am using System Info:
|
@SOUMITRO-SAHA Try upgrading prisma client around 0.45, Make sure cli and prisma client both are of same version. |
Don't know why but this go client is throwing error on my Ubuntu server. on some of them it is working fine. even when i tried to debug it is not showing any helpful information.
Error currently client is throwing.
Error with Debug
Initially i throught that it is due to prisma cli version mistmatch but not. every other prisma client ( Js, Python ) both of them working flawlessly.
The text was updated successfully, but these errors were encountered: