# Hi @naive coral đź‘‹ What platform did you deploy to? You may be missing a postinstall script to generate the Prisma Client. { ... "scripts" { "postinstall": "prisma generate" } ... }
# I deployed to railway.app and that's correct I don't have that script! I'll add it now and try again :)