Cloudflare pages apex domain causing DNS resolution errors

I have a custom domain for a Cloudflare pages domain e.g example.com => example.pages.dev

When users try to visit my website (example.com)

they get DNS errors, Only about 50% of users have this issue I migrated to firebase and everything works, The reason is that firebase uses A record instead of cname records.

The domain from your screenshot is not pointing to Cloudflare Pages (and works fine for me).

If you want to point a domain at Pages, add it as a custom domain in your Pages project. Don’t just create a CNAME pointing to the pages.dev name.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.