Passer au contenu

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?

demandé il y a 2 ans353 vues

1 réponse
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.
EXPERT

répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.