-1

I can't seem to resolve this one issue. Without www it doesn't work. For background it was originally pointing to a www. bucket but I've since made a new one and it's pointing to that one. I have a namecheap CNAME records pointing to cloudfront (added the * host CNAME today): enter image description here

Cloudfront:

enter image description here

enter image description here

S3:

enter image description here

jawn
  • 851
  • 7
  • 10
  • What's the error? – jellycsc Jan 11 '23 at 22:12
  • @jellycsc "Error: getaddrinfo ENOTFOUND camelsoftware.io" – jawn Jan 11 '23 at 23:12
  • your wildcard CNAME entry does not include your root/apex domain `camelsoftware.io`, it only includes `*.camelsoftware.io` – Dusan Bajic Jan 12 '23 at 11:00
  • @DusanBajic the CNAME requires a host, how can I make it include the root/apex domain? – jawn Jan 12 '23 at 14:56
  • I was able to do it with an @ in the host portion of the CNAME, thanks for pointing it out, this helped: https://stackoverflow.com/questions/66073615/domain-name-without-www-does-not-work-for-cloudfront – jawn Jan 12 '23 at 15:44

1 Answers1

0

For the CNAME record portion of the set up I just added a @ as the host, this link helped

jawn
  • 851
  • 7
  • 10