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

前端 未结 2 1001
隐瞒了意图╮
隐瞒了意图╮ 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
    
    0 讨论(0)
  • 2021-01-06 13:24

    Try by setting this configuration parameter first:

    gcloud config set app/use_deprecated_preparation True

    as proposed in Google's Public Issue Tracker

    0 讨论(0)
提交回复
热议问题