New domain registration on route53 - [Only ASCII characters are allowed] error

0

Hi! I've just tried to register a new domain name. Application went smoothly as it always has, but a few minutes later I see this error repeated 4 times.

[Only ASCII characters are allowed]

I confirmed the domain name string is ascii only with this little bash code:

❯ echo "***************.jp" | grep -qP '^[\x00-\x7F]$' && echo "ASCII only" || echo "Contains non-ASCII" ASCII only

AWS is not contacting us, and the domain now comes up as "already taken" on other providers.

When I dig/whois, the domain seems to be registered to our name. But since the domain is not visible in "Registered Domains" menu of Route53, we have no means to set routing on that domain.

Is this possibly an AWS bug?

taiyo
已提问 3 个月前88 查看次数
1 回答
1

A similar problem was previously reported on the AWS forums, where users encountered a Route53 transfer domain error: Only ASCII characters are allowed. You can find more details and potential solutions at this link. This could offer insights or a workaround for the issue you're experiencing.

profile picture
专家
已回答 3 个月前
  • thanks, read that too but there was no results shared in that thread. he was also transfering a domain whereas my issue is registering a new domain.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则