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
Currently when adding sub-domains to a client you can additionally add a space before the subdomain, this causes problems when trying to register a domain as it treats that space as part of the subdomain.
In addition, there is no error message being surfaced about this in Fabrica, in the old MDS UI this would cause a "domain not allowed", however Fabrica accepts the URL but does not actually register it, therefore putting it in a "Findable" state incorrectly.
Reproduce:
Add a subdomain to client like "google.com, example.com"
Try registering a URL
Notice registration doesn't cause an error
Notice it's not actually registered
Proposed solution:
Strip spaces around sub domains
Add errors about invalid domains surfaced in Fabrica
The text was updated successfully, but these errors were encountered:
Currently when adding sub-domains to a client you can additionally add a space before the subdomain, this causes problems when trying to register a domain as it treats that space as part of the subdomain.
In addition, there is no error message being surfaced about this in Fabrica, in the old MDS UI this would cause a "domain not allowed", however Fabrica accepts the URL but does not actually register it, therefore putting it in a "Findable" state incorrectly.
Reproduce:
Proposed solution:
The text was updated successfully, but these errors were encountered: