sigh_88
CDCloudflare Developers
•Created by sigh_88 on 7/5/2023 in #pages-help
Custom domain - (partial CNAME setup)
Hi,
I want to use a custom domain with my pages app, the issue is I cannot have the nameservers on the CF account they need to be held on a different CF account.
Suggested solution is to use a partial CNAME setup: https://developers.cloudflare.com/dns/zone-setups/partial-setup/setup/
The setup is successful however I am unable to add the www. subdomain. (Step 3)
www.example.com CNAME www.example.com.cdn.cloudflare.net
The following error code is displayed:
DNS Validation Error (Code: 1004) Invalid CNAME target. Cannot use records with partial suffixes.
Anyone have any idea whats happening?
3 replies
CDCloudflare Developers
•Created by sigh_88 on 4/5/2023 in #pages-help
Astro hybrid website - Detected rules that are over the 100 rule limit.
I have an Astro hybrid website (static and SSR) that will have over 300 static pages on Cloudflare Pages, with also some SSR functions. Cloudflare is throwing this error on build:
Invalid _routes.json file found at:
Detected rules that are over the 100 rule limit. Please make sure you have a total of 100 include
and exclude rules combined.
I believe astro creates this _routes.json file to make sure the static routes are not invoked by workers, is there a way around this for sites with 100+ static pages?7 replies