philbookst
philbookst
Explore posts from servers
CDCloudflare Developers
Created by philbookst on 5/3/2024 in #pages-help
Production branch deploys are being skipped after retrying a deployment manually
Hey I recently had to retry a deploy manually, since then all pushes to my repo are being skipped by my pages build pipeline. It gives me a warning that I need to change my build settings, but everything looks good there. What do I need to do to re-enable it? Thanks!
1 replies
CDCloudflare Developers
Created by philbookst on 6/26/2023 in #pages-help
Issue re-adding deleted custom domain
I've tried adding a custom domain again after deleting it and i got the following error:
You have already added this custom domain. Select another custom domain or check your project configuration.
You have already added this custom domain. Select another custom domain or check your project configuration.
Any idea on how to fix this? I've checked the custom domains panel and the domain is not listed there
3 replies
CDCloudflare Developers
Created by philbookst on 5/18/2023 in #pages-help
Error 522 when trying to setup a vanity domain via cf for saas
Hey I'm trying to setup vanity domains for my pages project, so that customers can use their own domain instead of a subdomain of my domain. I've added a custom domain in the SSL cf for saas panel (screenshot) but accessing this domain gives me a 522 error. How can I fix this? I've added the CNAME on the vanity domain to point to my fallback origin configured in the cf for saas panel
11 replies
CDCloudflare Developers
Created by philbookst on 5/17/2023 in #general-help
CF for saas hostname _acme-challenge not validating
Hey I'm trying to setup custom vanity domains for my pages project but the they are stuck in a pending validation state. I've tried with 2 domains, validating the _acme-challenge record fails, but the _cf-custom-hostname record succeeds.
2 replies
CDCloudflare Developers
Created by philbookst on 2/16/2023 in #workers-help
How to create a trigger only for a specific environment?
I've tried deploying my wrangler.toml like this:
[env.production]
name = "workername-production"
[triggers]
crons = ["0 */2 * * *", "0 */6 * * *"]
[env.production]
name = "workername-production"
[triggers]
crons = ["0 */2 * * *", "0 */6 * * *"]
but it also deploys the trigger for my staging environment. Thanks for your help!
3 replies