スキップしてコンテンツを表示

Issue with AWS Amplify Deployment on Custom Domain

0

Hi, We're experiencing an issue with our AWS Amplify setup. After deploying a new branch and connecting it to our custom domain, some functions on the website are missing or not working. However, everything works fine when using the branch URL directly.

Re-deploying the branch fixes the issue, but we'd like help in resolving this permanently.

Could you please assist?

質問済み 2年前361ビュー

1回答
0
  1. Cache Invalidation: Try invalidating the cache in AWS Amplify Console or using the Amplify CLI command amplify cache invalidate.
  2. DNS Propagation: Ensure that DNS changes have propagated globally, which can take up to 48 hours.
  3. Custom Domain Configuration: Verify that your custom domain is correctly configured in AWS Amplify and Route 53.
  4. Branch Configuration: Check that the new branch is correctly configured in AWS Amplify and linked to your custom domain.
  5. Function Versioning: Ensure that the correct version of your functions is deployed and linked to your custom domain.
  6. Build and Deployment: Verify that the build and deployment process is completing successfully without errors.
エキスパート

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ