-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Domains: Can't Add a DNS Record for Root Domain (Requires Subdomain) #3318
Comments
I've encountered this issue several times in live chat, where a user attempts to add blank MX records, as in step 17 in adding email through Google Apps, and they are not able to add the records. If the user enters mygroovydomain.com in the host field, the record ends up being mygroovydomain.com.mygroovydomain.com as @BandonRandon mentioned above. If the field is left blank, the user receives an The user ends up opening a live chat and we add the records via wordpress.com/my-domains (Atlas) |
Thank you for a detailed report @BandonRandon and @andreabadgley, but this is a duplicate of #1604. |
@klimeryk I'm not thinking this is a duplicate of #1604 It's actually a regression. When #1604 was reported you could actually enter the root domain, and get a valid record. For example, if your domain was example.com and you entered I'm reopening this but happy to move the discussion over to #1604. IMHO it went from "not a blocker" to "blocker" as it now is preventing valid MX records from being entered. |
I'm changing this to "normal" as #3235 allows blank MX records making this no longer a blocker. Sorry for the panic. |
Google's own docs say to use @ ; I suspect that a lot of people see those instructions and will attempt it. Also, I may be misunderstanding this document, but it does appear to be part of a standard ; see this Stackoverflow comment and the linked document. Again though, I'm not an expert, but it does seem to be something that is used de facto by many places, including the big one (Google Apps), so I think we should support it. |
While I do agree that we should support @ (even if we convert it to the domain name on save) IMHO that's the core of #1604. This issue is open to allow the full domain name to be entered into the host field (as our documentation currently states) without using the domain as a subdomain. |
They say
I'm sorry - I'm kinda lost. The current implementation is that the You are right that inputting just the root domain ( Please don't misunderstand me - I'm more than happy to lessen the workload for our Happiness Engineers. But the way this issue was phrased seemed to me like you want to have |
Thanks for the detailed response @klimeryk
I can see how it seems that way. I think it's more important that we allow for user error. It's not uncommon for a user to want to use
Up until #3235 leaving the root field blank resulted in an error. For this reason we recommended/required the domain name be entered into the field. Myself and others can work on re-creating the screenshots/updating the documentation. However, if we support |
Before, we only support an empty name (subdomain) as means of inputting the root domain. Since some users might by mistake or out of habit input other variations, this change will treat the following the same as empty subdomain and add a root domain (for records that it's allowed): @ @.example.com @.example.com. example.com example.com. Fixes #3318
Before, we only support an empty name (subdomain) as means of inputting the root domain. Since some users might by mistake or out of habit input other variations, this change will treat the following the same as empty subdomain and add a root domain (for records that it's allowed): @ @.example.com @.example.com. example.com example.com. Fixes #3318
Before, we only support an empty name (subdomain) as means of inputting the root domain. Since some users might by mistake or out of habit input other variations, this change will treat the following the same as empty subdomain and add a root domain (for records that it's allowed): @ @.example.com @.example.com. example.com example.com. Fixes #3318
When adding a DNS Record for a domain with WordPress.com Name Servers it is currently not possible to add a record for the root domain. For example if I wanted to use Google's MX record I would enter something like the following:
Which results in:
In a perfect world the flow would look like this:
(using @ but should also accept domain name or blank)
resulting in:
Once we allow a blank or @ to be entered for DNS settings this should no longer be an issue.
I'm not 100% sure but I think this may have started with the merge of #2262.
FWIW I also tested #3150 which also has the issue reported above by requiring a subdomain. See: #3150 (comment)
Related: #1604 (blank MX records) and #234 (root A Records)
cc:// @andreabadgley @richardmtl
The text was updated successfully, but these errors were encountered: