跳至內容

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 年前檢視次數 355 次

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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。