It shows cloudflare authentication then empty GoDaddy page
It shows cloudflare authentication then empty GoDaddy page
14 Replies

Note: I have my website up and running with S3 domain
wrangler locally only seem to watch the functions folder. How do I add more folders for it to watch?
Is there any issue with custom domain verification at this moment? In past when I will specify custom domain for a pages project, it will send requests to my deployment from multiple locations where the request uri with be something like
/.well-known/acme-challenge
.However this is not happening anymore and custom hostname verification fails within a min and keeps showing Inactive (Error) error.do Cloudflare Pages custom domains only work with Zones you own (like Workers custom domains) or are they available for external zones too? I've just tested it and it seems external zones work but not sure if only if you have EDIT access (or if otherwise there's any auth/validation mechanism). Thanks!
You can add subdomains of external sites, but not apex/root: https://developers.cloudflare.com/pages/configuration/custom-domains/#add-a-custom-subdomain
Custom domains · Cloudflare Pages docs
When deploying your Pages project, you may wish to point custom domains (or subdomains) to your site.
many thanks for the response Chaika! I might have phrased it poorly - I meant specifically if you attempt to add "www.example.com", which is (a) an existing zone in Cloudflare, (b) that you don't have read/write access to.
I'm seeing it go through the automatic workflow as long as you have access to the domain (not only if the domain is in the account that owns the Pages project), but not sure what happens if you don't (e.g. the docs call explicitly that if a domain exists in Cloudflare you can't just point the CNAME without going through the process or
will result in your domain failing to resolve at the CNAME record address, and display a 522 error.
)What specifically is the question?
It does work with zones even not in the same account as the pages project. But I assume thats not the question since you said you tested and it worked?
Ah I apologize - the question was specific subdomains-in-zones-I-don't-have-access-to. I wasn't able to trigger the "CNAME setup" workflow, and got confused by the fact subdomains-in-zones-you-dont-own-but-still-have-access-too can still prompt an automatic setup. In case it's helpful for anyone else tagging along:
1. if the account owns the zone => automatic setup
2. if the user (?) has access to the zone => automatic setup
3. if no access and apex => prompt to transfer DNS
4. if no access and not apex => option to transfer DNS OR
Begin CNAME Setup
for manual setup
thanks to both!Is there any way to disable Page's route matching behavior as it relates to HTML extensions?
i.e. I want to prevent Page's from doing this:
Pages will also redirect HTML pages to their extension-less counterparts: for instance, /contact.html will be redirected to /contact, and /about/index.html will be redirected to /about/.
No, you cannot
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
You can disable the zone cache, but you can't disable the KV cache, so if you run those reads multiple times, it should still be cached
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View