TLDR: I can’t figure out how to configure netlify to properly serve a CNAME that is supposed to resolve to a site I’ve already deployed on netlify.
I’m trying to serve a branch of one of my github repos off a custom domain name that I’ve registered elsewhere. My netlify site is https://fanciful-souffle-6a9ec8.netlify.app/ and that site is properly deployed as you can see by visiting it. My already registered cname site is http://ifd2.csail.mit.edu/ . The cname points to the netlify site, as one can see by clicking the ifd2 link, but netlify gives a 404 error because it hasn’t been configured to recognize that cname.
My problems begin when I try to configure it. Under “domain management” I choose “Add a domain” and enter “if2.csail.mit.edu” and click “verify”. I am informed
.edu domains can’t be registered through Netlify. You can still add ifd2.csail.mit.edu to your Netlify site if you already own the domain. Select Add domain to add it to your site."
“Add Domain” is not available but “Add Subdomain” is. When I click that I am told that I cannot proceed because
custom_domain mit.edu or one of its subdomains is already in use by another team on Netlify
This is unsurprising as I’m sure many of us at MIT use netlify, but I also don’t understand why it’s a problem. In fact, I am already using netlify to serve a sister site, http://ifd.csail.mit.edu/ , that I configured months ago without any problems. I’m not sure why I’m running into problems now when it worked previously.