anyone here deploy their prisma API via Google Clo...
# orm-help
s
anyone here deploy their prisma API via Google Cloud Services? I'm attempting to get running on the App Engine and am hitting an error. I'm wondering if I should move to Cloud Engine to boot up a VM.
Copy code
Updating service [default] (this may take several minutes)...failed.
ERROR: (gcloud.app.deploy) Error Response: [9]
Application startup error! Code: APP_CONTAINER_CRASHED
> med-planner-server@1.0.0 start /app
> node ./graphql/index.js
/app/node_modules/.prisma/client/index.js:3
    throw new Error(
    ^
Error: @prisma/client did not initialize yet. Please run "prisma generate" and try to import it again.
r
Hey @Spencer Curry 👋 What version of
@prisma/client
and
@prisma/cli
are you using?
s
Hey @Ryan!
Copy code
"@prisma/client": "^2.9.0",

"@prisma/cli": "^2.11.0"