I accidentally deleted the Cloud Storage bucket that was automatically created when starting App Engine. As a result, I get an error when trying to deploy to App Engine.
I attempted to create a new bucket and specify it as an option in the deployment command as follows:
gcloud app deploy --bucket=gs://<new-bucket-name>
However, I still get the error:
"Staging bucket staging.<project-id>.appspot.com is not available."
What should I do to make the deployment work?
Solved! Go to Solution.
The problem was resolved successfully.
Thank you so much!