I resolved one of the issues i was having. My datamodel was not updating the prisma client on prisma deploy. Essentially, I have to delete the generated folder each time I deploy. Or at least it seems like every time(maybe only major changes). Is this expected behavior?
s
Sach97
10/12/2018, 3:12 PM
I have experienced this issue too. I did a prisma generate instead and it worked but forgot to report the issue
a
aroman
10/12/2018, 3:13 PM
I have prisma-generate as part of my post deploy hook as well. Did you have it in your post deploy hook, or did you do it as separate cli commands?
s
Sach97
10/12/2018, 3:18 PM
I did have a prisma-generate post deploy referenced in my prisma.yml + prisma-generate cli command