[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-06-16 (世界標準時間)。"],[[["This document provides troubleshooting guidance for Cloud Endpoints deployments in App Engine flexible environments, specifically addressing errors encountered during the `gcloud app deploy` process."],["If your deployment fails due to health checks, adjust the `app_start_timeout_sec` setting in the `readiness_check` section of your `app.yaml` file, ensuring it's higher than the default of 300 seconds and ensuring all necessary Google Cloud services are enabled."],["When configuring `app.yaml`, the `endpoints_api_service` section should include either `config_id` or `rollout_strategy: managed`, but not both, with `rollout_strategy: managed` recommended for automatic service configuration updates."],["Errors related to `rollout_strategy` indicate either an invalid combination of `config_id` and `rollout_strategy` settings or a missing `config_id` when `rollout_strategy` is not set to `managed`, which is resolvable by modifying the `app.yaml` file and redeploying."],["App Engine logs, including crash, system and Endpoints logs, can be accessed via SSH to an instance to help pinpoint the source of issues, utilizing tools like tail to view log data."]]],[]]