#Module '"@prisma/client"' has no exported member `` on Production

2 messages · Page 1 of 1 (latest)

wooden orbit
#

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"
  }
  ...
}
naive coral
#

I deployed to railway.app and that's correct I don't have that script! I'll add it now and try again :)