DNS not resolving

I had a nextjs app on vercel that I moved to an astro project with cloudflare pages. I got the custom domain connected (both root and www show active) to the pages project. The two CNAME records are there. But for some reason when I go to the domain I am getting "404: NOT_FOUND" and "Code: DEPLOYMENT_NOT_FOUND" Why might I be getting a Vercel error when Cloudflare shows its connected and active?
3 Replies
DarkDeviL
DarkDeviL2mo ago
Can you elaborate on where exactly you're seeing these issues? 1. What ISP / provider, preferably their AS number? The AS number can be found here: * https://1.1.1.1/help -> AS Number * https://bgp.tools/ -> The AS number shown under "You are connecting from" like this: "Cloudflare, Inc. (AS13335)" * https://bgp.he.net/ -> The AS number shown like this: "Your ISP is AS13335 (Cloudflare, Inc.)" 2. What domain? 3. What exact CNAME records (root and www, ... or?) are you having these issues with?
Sotobaggins
SotobagginsOP2mo ago
AS22773 casestudycoffeelounge.com & www.casestudycoffeelounge.com I am unsure which records I am having trouble with. Cloudflare is telling me the domain is active, the error shown when I go to the domain is "DNS address could not be found. Diagnosing the problem. DNS_PROBE_POSSIBLE"
DarkDeviL
DarkDeviL2mo ago
1. How long ago did you move from Vercel to Cloudflare? 2. Can you share a screenshot of the 404 page you mention? 3. Mind sharing what operating system you are using?

Did you find this page helpful?