I’ve created a new website on Azure using their new Azure Static Website feature. I owned the domain Algorist dot io through google domains. I created a free account on Cloudflare and added the two Name Servers to my domains.google.com account under Name Servers (Use custom name servers). After this, I created two cname entries: www → https:// thankful-smoke-059c81910 dot azurestaticapps dot net/ is DNS only and algorist dot io → www dot algorist dot io is proxied.
When I go to thankful-smoke-059c81910 dot azurestaticapps dot net/, it resolves perfectly. When I go to www.algorist dot io or algorist dot io, I get a 404 site not found. I flushed my dns to no avail
tracert algorist.io
Tracing route to algorist dot io [172.67.153.179]
over a maximum of 30 hops:
1 1 ms <1 ms <1 ms amplifi.lan [192.168.124.1]
2 8 ms 8 ms 9 ms 96.120.17.89
3 9 ms 9 ms 8 ms [68.85.253.173]
4 15 ms 8 ms 12 ms
5 16 ms 11 ms 14 ms
6 13 ms 14 ms 13 ms 69.241.81.138
7 10 ms 9 ms 9 ms 172.67.153.179 <------ This is Cloudflare!!
Trace complete.
nslookup -q=CNAME www dot algorist dot io
Server: amplifi dot lan
Address: 192.168.124.1
Non-authoritative answer:
www dot algorist dot io canonical name = thankful-smoke-059c81910 dot azurestaticapps dot net
What should I do for this issue? I just want it to resolve and then I want to start setting up pages!