Nicht anerkannte oder nicht verabreichte Schlüssel (en) in der Konfiguration "Beta_Setings"

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Nicht anerkannte oder nicht verabreichte Schlüssel (en) in der Konfiguration "Beta_Setings"

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>

Top