问题
I download google official latest Node.js app engine demo and deploy to standard env, but this problem arises:
ERROR: (gcloud.app.deploy) Error Response: [13] Error processing user code.
Here is the demo url: https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/hello-world/standard
Someone can take a look for me?
回答1:
This error has happened before whenever the default App Engine service accounts gets deleted.
Please check that you have have it and it has been not modified.
In case you don't have it (it has been deleted), a workaround would be to use the Undelete API to restore the Default App Engine service account.
You will need to input your service account's unique numeric ID, which can be found in your console's activity logs.
来源:https://stackoverflow.com/questions/57390011/app-engine-deploy-with-13-error-processing-user-code