Also what i have learned is when a user navigates to the domain with www the page does not load; for example: https://www.chriscatto.com/ However if we go directly to the domain such as https://chriscatto.com/ the page loads correctly.
I created a new dns record that is: CNAME WWW ChrisCatto.com
Anyone know what needs to be altered for the site to show when someone goes to the site with the www?
OK I think I finally figured it out. I’ll post this for anyone in the future maybe this will assist them.
When the domain was working after adding the A name pointing to my IP and the AAAA name with the cert value and the domain will show with https://chriscatto.com with no “WWW” subdomain.
then when navigating to https://www.chriscatto.com with the www subdomain it will show correct.
When searching much of the documentation was showing add a CNAME www chriscatto.com but this didn’t work since the value needed to be my url from fly.io in this case chriscattodotcom-icy-leaf-3614.fly.dev. I finally realized this after using this command fly certs create www.chriscatto.com . I see why & how to resolve this issue now it took me quite a bit of tryal n error but just wanted to share how I resolved it for anyone in the future who had the same issue.