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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ