Skip to content

Why is my amplify app stuck on the "Creating records associated with your domain..."

0

I have tried multiple times to add custom domain to my amplify app. I have a hosted zone in Route 53, and I have tried deleting it and creating a new one multiple times. I have never used this domain before, but despite repeated efforts I am unable to add it. It continues to say "Creating records associated with your domain..." and never finishes. This is the error I am having.

1 Answer
0

Hello.

Is it possible to resolve the name of the NS record of the domain registered in your Route53?
Please check if the NS record can be resolved using the command below.

dig your-domain.com ns

If you cannot confirm, please check the NS record with "whois" and check if the result matches the NS record registered in the Route53 hosted zone.
If they do not match, please modify the Route53 NS record so that they match.
https://github.com/aws-amplify/amplify-hosting/issues/3092
https://docs.aws.amazon.com/amplify/latest/userguide/custom-domain-troubleshoot-guide.html#my-domain-hosted-with-amazon-route-53-is-stuck-in-the-pending-verification-state

EXPERT

answered 2 years 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.