diff --git a/src/pages/gen1/[platform]/tools/cli/project/troubleshooting/index.mdx b/src/pages/gen1/[platform]/tools/cli/project/troubleshooting/index.mdx index a89af5eff36..70405821378 100644 --- a/src/pages/gen1/[platform]/tools/cli/project/troubleshooting/index.mdx +++ b/src/pages/gen1/[platform]/tools/cli/project/troubleshooting/index.mdx @@ -41,6 +41,14 @@ To debug deployment issues, it's helpful to understand the [file structure of yo 1. Amplify CLI walkthrough input parameters artifacts: All inputs provided by the user during a CLI walkthrough are stored in JSON files in the `/amplify/backend` folder. For example, `cli-inputs.json` or `amplify-meta.json`. These files let you inspect the configurations, both developer-provided and Amplify-generated, to root cause potential problems. Refer to [Amplify backend files documentation](/gen1/[platform]/tools/cli/reference/files/#backend-configjson) to determine if a file is safe to edit manually. +#### Domains that Amplify CLI requests when running `init`, `publish`, and `push`. + +If you run Amplify CLI via proxy, make sure to add the following domains to the allowlist. + +- amazonaws.com +- amplifyapp.com +- aws-amplify.github.io + ### For Amplify CLI projects with GraphQL API To debug deployment issues in projects with GraphQL API, it's helpful to understand the various artifacts generated by Amplify in a GraphQL project.