[google-appengine] Re: App Engine Flex ERROR: (gcloud.beta.app.deploy) NOT_FOUND

2021-11-12 Thread 'Matt Lowden' via Google App Engine
Thank you for the reply. Which --verbosity flag should I use and what should I be looking for specifically? On Wednesday, November 10, 2021 at 9:21:04 PM UTC wokmou wrote: > Could you also execute your command with --verbosity to debug it. As it > appears there is a missing file during you

[google-appengine] Re: App Engine Flex ERROR: (gcloud.beta.app.deploy) NOT_FOUND

2021-11-12 Thread 'Matt Lowden' via Google App Engine
If I run with the `--verbosity debug` the following is where the error occurs: apitools.base.py.exceptions.HttpNotFoundError: HttpError accessing : response:

[google-appengine] App Engine Flex ERROR: (gcloud.beta.app.deploy) NOT_FOUND

2021-11-10 Thread 'Matt Lowden' via Google App Engine
Hello, I have a collection of App Engine Flex services that are deployed using `gcloud beta app deploy` due to needing the `beta_settings` app.yaml property in order to connect to a Cloud SQL instance (https://cloud.google.com/sql/docs/mysql/connect-app-engine-flexible#public-ip-default_1).