I resolved one of the issues i was having. My dat...
# orm-help
a
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
I have experienced this issue too. I did a prisma generate instead and it worked but forgot to report the issue
a
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
I did have a prisma-generate post deploy referenced in my prisma.yml + prisma-generate cli command
What version of prisma cli do you have ?
n
could you please share a bug report here: https://github.com/prisma/prisma/issues/new?template=bug_report.md? 🙂
a
Sure thing @nilan 🙂
@Sach97 latest version :)