johnblanco
johnblanco

Reputation: 197

CNAME record pointing wrong host

I'm using pythonanywhere.com to host a website, and I bought a domain "aquienvoto.uy", in my dns provider I created the following CNAME record:

cname record

And I get the following error at pythonanywhere.com...

pythonanywhere error

If I run dig command this is what I get...

www.aquienvoto.uy.  3600    IN  CNAME   webapp-543799.pythonanywhere.com.aquienvoto.uy.

What I'm doing wrong?

Upvotes: 1

Views: 349

Answers (1)

johnblanco
johnblanco

Reputation: 197

I got an answer from nic.com.uy, the domain provider. I was missing a '.' at the end, correct configuration is webapp-543799.pythonanywhere.com.

Upvotes: 3

Related Questions