I bought a custom domain for my site (“Site A”) through Netlify.
Then I built a new website (“Site B”) and I like it better than the first site. So I decided I want the domain to point to Site B now, not Site A. I removed the domain from Site A and added it to Site B, but when I go to the domain, I still go to Site A.
Should I wait until tomorrow for the changes to take effect? I’m very new to all this.
(I’d prefer not to share my URL here as my website has personal information)
ETA: I just found out that I can only see the new site in a private window.
@gregraven In the hours since posting this I realized that I probably worded this wrong. I have my first name and a link to my Twitter account on my page, that’s all.
I’ve done that with Firefox but I still see the old site. I asked someone else to view my site and they still see the old site, too. They have to do a force reload to pull up the new site.
I noticed that the DNS record’s value for my domain still points to the Netlify subdomain for Site A…could this be the issue?
reverent-joliot-7af216.netlify.app is the Netlify subdomain for site A. I thought this would update once I removed the domain from Site A and added it to Site B
Have you tried deleting everything and starting over? It seems you could also have simply put the new files in the existing Netlify subdomain, but presumably you have a reason for not doing that.
@technicaltidbits, did you get things figured out? Just so you know (and there’s really no way you would know this without us telling you), the NETLIFY record that was pointing to your old subdomain did change to point to the new subdomain. It’s a confusing thing in our UI that the value you see stays as the first subdomain you set it to.
In the future, if you want to verify which custom domain a Netlify subdomain is pointing to, you can usually:
Navigate to the Netlify subdomain URL, so awesome-benz... in this case
Open the dev console > “Network” tab > first request > “Response” headers
Is it possible that the previous site there installed a service worker for that domain? If so, you might need to delete the service worker from your local browser to resolve this.
If that isn’t the issue, as Jen mentioned before, the x-nf-request-id header would be helpful for us to troubleshoot further.
@luke I did delete the service worker for this domain and it loaded the new site for technicaltidbits.net! Not sure if this means the problem’s totally resolved now though…
Hi, @technicaltidbits, the x-nf-request-id of 19d9eaae-68cf-4277-833c-0b3230442daf-361783 specific to an HTTP request which occurred on Mon May 11 21:44:54 UTC 2020.
If you were still seeing that x-nf-request-id after that date, it must have come from the service worker.
I’m glad to learn it is working now though. If there are other questions about this, please let us know.