by Anonymous » 17 Aug 2025, 13:29
Ich habe eine Laravel -Anwendung für Google App Engine (flexible Umgebung) bereitgestellt und Fehler erhalten. < /p>
Beginning deployment of service [default]...
#============================================================#
#= Uploading 4 files to Google Cloud Storage =#
#============================================================#
File upload done.
ERROR: (gcloud.beta.app.deploy) INVALID_ARGUMENT: Unrecognized or unpermitted key(s) in configuration "beta_settings"
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: Unrecognized beta_setting key
field: no-cache
< /code>
Ich habe App.yaml unter Bezugnahme auf dieses Dokument geschrieben < /p>
runtime: php
env: flex
runtime_config:
document_root: public
beta_settings:
cloud_sql_instances: "YOUR_CLOUDSQL_CONNECTION_NAME"
resources:
cpu: 1
memory_gb: 0.5
env_variables:
APP_LOG: errorlog
# etc.
< /code>
Warum ist es nicht anerkannt oder nicht verabreicht, "Beta_Setings"? < /p>
Ich habe eine Laravel -Anwendung für Google App Engine (flexible Umgebung) bereitgestellt und Fehler erhalten. < /p>
Beginning deployment of service [default]...
#============================================================#
#= Uploading 4 files to Google Cloud Storage =#
#============================================================#
File upload done.
ERROR: (gcloud.beta.app.deploy) INVALID_ARGUMENT: Unrecognized or unpermitted key(s) in configuration "beta_settings"
- '@type': type.googleapis.com/google.rpc.BadRequest
fieldViolations:
- description: Unrecognized beta_setting key
field: no-cache
< /code>
Ich habe App.yaml unter Bezugnahme auf dieses Dokument geschrieben < /p>
runtime: php
env: flex
runtime_config:
document_root: public
beta_settings:
cloud_sql_instances: "YOUR_CLOUDSQL_CONNECTION_NAME"
resources:
cpu: 1
memory_gb: 0.5
env_variables:
APP_LOG: errorlog
# etc.
< /code>
Warum ist es nicht anerkannt oder nicht verabreicht, "Beta_Setings"? < /p>