Whenever I deploy my next.js application, I seem to run into this whole palaver when accessing the domain. When I head to the domain management tab on my website it’s a 50/50 if it states “Awaiting Netlify DNS” or “Netlify DNS”. Additionally, when I scroll to look at the SSL/TLS certificate, it either says doesn’t appear to be served by Netlify or that the certificate is present. My Route53 hosted zone configuration seems correct compared to previous examples, and the website sometimes works with an issued SSL certificate. However, after a deployment, it’s always a panic that I won’t be able to serve my website anymore.
Is there something wrong with my configuration or is it a Netlify issue?
The website is https://designbath.netlify.app/ and my domain is https://www.designbath.co.uk/
Thanks