配置“ beta_settings”中无法识别或不允许的密钥]]
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置“ beta_settings”中无法识别或不允许的密钥]]相关的知识,希望对你有一定的参考价值。
我将Laravel应用程序部署到Google App Engine(灵活的环境)并获得错误。
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
我参考this document写了app.yaml
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.
为什么无法识别或不允许使用“ beta_settings”?
我将Laravel应用程序部署到Google App Engine(灵活的环境),并收到错误消息。开始部署服务[默认] ...#======================================== ====================#...
答案
请确保您在beta_settings下的Cloud SQL连接名称没有对TCP的任何引用,因为它应采用Tutorial:"project:region:cloudsql-instance"
底部提供的格式
以上是关于配置“ beta_settings”中无法识别或不允许的密钥]]的主要内容,如果未能解决你的问题,请参考以下文章
Electron builder 代码签名:bundle 格式无法识别、无效或不合适
使用 gon 的 goreleaser 签名 - 捆绑格式无法识别、无效或不合适
python selenium webscraping“NoSuchElementException”无法识别