I was tasked with rebuilding the website of my place of work so that we can move away from a costly squarespace subscription.
I've managed to build the site, upload to github and deploy via netlify, but I think I made a mistake while setting up the DNS.
The domain is still registered with squarespace (for the meantime) so I tried to point the domain to the netlify page. Netlify provided me with the IP for an A entry to add to my settings in Squarespace. I'm pretty sure the entry in itself is correct:
What records do you have in the dns? You can’t ping domain.com unless you have something like an @ record which creates a record for the domain itself. In your dns if you have a www record, try ping www.domain.com
When I try to ping the domain I get ping: cannot resolve my-website.com: Unknown host. Could that be a sign that perhaps it will take some more time to propagate?
Well if it didn’t propagate properly it’d still point to squarespace, which it also doesn’t do. Are there still AAAA entries that haven’t been removed yet maybe? DNS does properly function without ipv6, granted that there’s no entries for it and the ip address used for the A entry is in fact an ipv4 one.
Mind sharing the ip address you’re trying to point to?
What service are you using to manage dns? Some services (like cloudflare) have some settings on by default that require the pointed to ip to have a valid SSL certificate.