Hello. I tried to add a custom domain to my static site, but when I enter it (before I reach the verification step), I get an error flash message: “Failed: There was a problem adding your domain, try again later”
I checked the browser console and found the following stack trace:
[GraphQL error]: Message: "stolenvelour.music" is not a valid site domain., Location: [object Object], Path: addCustomDomainToStaticSite
vendors.bundle.eb91274d2abb9dbbea27.js:2386 Error in add custom domain mutation ApolloError: "stolenvelour.music" is not a valid site domain.
at new h (vendors.bundle.eb91274d2abb9dbbea27.js:2322:157)
at vendors.bundle.eb91274d2abb9dbbea27.js:2321:83784
at Or (vendors.bundle.eb91274d2abb9dbbea27.js:2321:52965)
at vendors.bundle.eb91274d2abb9dbbea27.js:2321:52872
at new Promise (<anonymous>)
at Object.then (vendors.bundle.eb91274d2abb9dbbea27.js:2321:52837)
at Object.next (vendors.bundle.eb91274d2abb9dbbea27.js:2321:52979)
at M (vendors.bundle.eb91274d2abb9dbbea27.js:2450:1868)
at k (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2271)
at b.next (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2781)
at vendors.bundle.eb91274d2abb9dbbea27.js:2321:53676
at Array.forEach (<anonymous>)
at P (vendors.bundle.eb91274d2abb9dbbea27.js:2321:53642)
at Object.next (vendors.bundle.eb91274d2abb9dbbea27.js:2321:54234)
at M (vendors.bundle.eb91274d2abb9dbbea27.js:2450:1868)
at k (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2271)
at b.next (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2781)
at Object.next (vendors.bundle.eb91274d2abb9dbbea27.js:2322:2929)
at M (vendors.bundle.eb91274d2abb9dbbea27.js:2450:1868)
at k (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2271)
at b.next (vendors.bundle.eb91274d2abb9dbbea27.js:2450:2781)
The domain is at the .music
TLD, which is a valid TLD that has existed for several years [ .music - Wikipedia ]. I suspect this is an application bug, and the list of valid TLDs needs to be updated. Let me know if I can supply anything else. Thank you!