Deployed the site through netlify (bruceevaristo.netlify.app)
Only the netlify.app version of it is working but we want it to be .com
It used to work for a bit on .com and have the ocassional " Your connection is not private" Error but now, it’s stuck on the " Your connection is not private"
Checked the DNS panel a bajillion times
Been with this problem for months
If you have any further questions please contact me through here I will check daily, thanks.
No. I DNS Panel (or control panel) is the location you manage DNS records. They are not interchangeable terms.
@nathanmartin has highlighted the problem. The cause for this is as follows:
$ whois bruceevaristo.com
# omitted output for brevity
Name Server: DNS1.P07.NSONE.NET
Name Server: DNS2.P07.NSONE.NET
Name Server: DNS3.P07.NSONE.NET
Name Server: DNS4.P07.NSONE.NET
Name Server: NS1.DOMAIN.COM
Name Server: NS2.DOMAIN.COM
The IP address is coming from the ns*.domain.com name servers. You’ll need to remove these two records.
I didn’t mean hosting but rather paying for the domain name. So as long as I have the domain name paid for, and I’m not really using their hosting service it should not be much of a problem?
I have removed the two records and the remaining ones are Netlify’s but it’s still giving me the same error despite having removed the ns*.domain.com. Is there something else I need to do?
I don’t know why you have all those A records, unless you want those subdomains to be available, but to host your site on Netlify, the top 2 records need to be gone at a minimum. Then, you also need to remove the 4 NS records from this screenshot.
Ok, just one question though, why delete the dns*.p-7.nsone.net records if they were provided through Netlify?
The reason why is because it is the correct thing to do here. You do not declare authoritative name servers within the DNS zone itself. The authoritative name servers are controlled at the registrar and not in the DNS zone delegated to Netlify DNS. These DNS records are doing nothing. You can leave them if you want but keeping them pointless as they do nothing.
I also have to let you know that I’m using email.js for this website, will deleting the top two records interfere with that?
That is a question about email.js and we don’t provide technical support for third-party software. This is covered in the scope of support documentation (see “Troubleshooting Custom Code”).
My best guess is that it the change will not impact email.js in any way. However, if it does, then you can recreate those DNS records.