Hey I had hosted a netlify site on blog.mysticleads.com domain by connecting it to netlify DNS(changing all nameservers).
Then I hosted another site on vercel and I wanted to connect it to root domain mysticleads.com so I added the domain but somehow my new site got connected(vercel) and the one hosted on netlify with the subdomain was taken down.
How can I effectively manage both the sites one hosted on netlify with blog subdomain and the other hosted on vercel with the root domain?
I can see all the domains here
But my blog.mysticleads.com was taken down.
Your prompt reply is greatly appreciated. Let me know if you need anything else.
Edit: My last deploy failed(due to some internal error in my application)
At your registrar that has the domain blog.mysticleads.com, could you make a NS (Name server) record that points to the Netlify name servers mentioned here:
Also after putting in the name servers I don’t have any control over the domain(godaddy) so essentially in order to connect to root domain I have to do it through netlify dns which I did but still getting the issue
I believe the issue is that the bare domain, mysticleads.com, while configured with Netlify name servers, has an A Record and a CNAME Record pointing to Vercel.
Thanks for your help I fixed it! The way I did was I removed all the apex and subdomains from under the control of netlify dns(using nameservers) and then I simply used CNAME for the netlify website and added A records and another CNAME for site hosted in vercel