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
feita há 3 meses88 visualizações
1 Resposta
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
ESPECIALISTA
respondido há 3 meses
  • 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.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas