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?

Gowtham
asked a month ago40 views
1 Answer
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.
profile picture
EXPERT
Sandeep
answered a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions