Error Response: [13] An internal error occurred while creating a Google Cloud Storage bucket

前端 未结 2 1013
隐瞒了意图╮
隐瞒了意图╮ 2021-01-06 12:41

I am trying to push a Nodejs sample app Hello World but after pushing I am getting error.

ERROR: (gcloud.app.deploy) Error

2条回答
  •  礼貌的吻别
    2021-01-06 13:06

    Try setting the configuration parameter with:

    gcloud config set app/stop_previous_version true
    

提交回复
热议问题