Has anyone run into the issue when running the com...
# orm-help
b
Has anyone run into the issue when running the command
Copy code
prisma deploy
it gets stuck on "Applying CHanges (13/9)"?
I fixed it. Solution is in comments. I shouldn't have to delete my service whenever I run into this issue.
d
Thanks for raising the bug report. I will look into this today 👍
I notice that your CLI version is really outdated though. Fancy updating it with
npm install -g prisma
. Please let me know if this fixes the issue for you.
b
@divyendu thanks for letting me know!
I tried using the above command and checking the prisma version. It still is on 1.6.3
I reset my terminal and it fixed it 🙂
@divyendu also, I was following the tutorial from Graphql website which told me to use 1.6.3 I believe.
d
Hey! sure! that tutorial looks outdated. There were some issue like you state above and were resolved in 1.7.x
Currently, we are around 1.12 👍