app engine deploy with [13] Error processing user code

假装没事ソ 提交于 2021-01-27 07:02:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!