You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new dedyn domain, the GUI shows this:
This is misleading because the user does not need to setup any DS records for the case for dedyn domains.
Proposed fix: the GUI should check if the name falls under the public suffix domains and make the instructions conditional. For dedyn / local public suffix domains, it should not display the information on DS records (or instead a hint that the DS records are deployed automatically).
When creating a new dedyn domain, the GUI shows this:
This is misleading because the user does not need to setup any DS records for the case for dedyn domains.
Proposed fix: the GUI should check if the name falls under the public suffix domains and make the instructions conditional. For dedyn / local public suffix domains, it should not display the information on DS records (or instead a hint that the DS records are deployed automatically).
The list of local public suffixes is available in
DomainSetup.vue
asLOCAL_PUBLIC_SUFFIXES
but is currently not used.@Rotzbua Maybe you are interested in taking a look at this? 🚀
The text was updated successfully, but these errors were encountered: