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

PHP-Programmierer chatten hier
Anonymous
 Nicht anerkannte oder nicht verabreichte Schlüssel (en) in der Konfiguration "Beta_Setings"

Post by Anonymous »

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>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post