Skip to content

Commit cc6e6f8

Browse files
authored
chore: update domains for proxy (#7808)
1 parent 8bda64e commit cc6e6f8

File tree

1 file changed

+8
-0
lines changed
  • src/pages/gen1/[platform]/tools/cli/project/troubleshooting

1 file changed

+8
-0
lines changed

src/pages/gen1/[platform]/tools/cli/project/troubleshooting/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ To debug deployment issues, it's helpful to understand the [file structure of yo
4141

4242
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.
4343

44+
#### Domains that Amplify CLI requests when running `init`, `publish`, and `push`.
45+
46+
If you run Amplify CLI via proxy, make sure to add the following domains to the allowlist.
47+
48+
- amazonaws.com
49+
- amplifyapp.com
50+
- aws-amplify.github.io
51+
4452
### For Amplify CLI projects with GraphQL API
4553

4654
To debug deployment issues in projects with GraphQL API, it's helpful to understand the various artifacts generated by Amplify in a GraphQL project.

0 commit comments

Comments
 (0)