My published site doesnt show up

I have a React app that I have created and had deployed on Netlify for a while now. Recently I added it to my domain that own.

Everything seems to work in the Netlify UI. I have green checkmarks for both Netlify DNSes. The site has HTTPS enabled.

It has worked from time to time when webbsite cashe has been cleared but now that doesn’t work either.
It’s been tested on a number of devices, networks and browsers. The problem stays the same.

How can I solve this?

1 Like

Hi when you say your site doesn’t show up do you mean when you google the site or when accessing through the main link.

For example I just accessed our site through the link you provided and it populated no problem

1 Like

ashleyperl.com doesn’t use Netlify DNS @lampscyco

$ dig NS ashleyperl.com +noall +answer
ashleyperl.com.		4316	IN	NS	ns12.domaincontrol.com.
ashleyperl.com.		4316	IN	NS	ns11.domaincontrol.com

Try removing the first A record listed below.

$ dig ashleyperl.com +noall +answer
ashleyperl.com.		4408	IN	A	99.83.190.102
ashleyperl.com.		4408	IN	A	75.2.60.5

This is the same (or similar) as mentioned in the following post