I am trying to push a Nodejs sample app Hello World but after pushing I am getting error.
Nodejs
Hello World
ERROR: (gcloud.app.deploy) Error
Try setting the configuration parameter with:
gcloud config set app/stop_previous_version true
Try by setting this configuration parameter first:
gcloud config set app/use_deprecated_preparation True
as proposed in Google's Public Issue Tracker