New environment logic - publish to custom domain fails
See original GitHub issueVersion:
0.0.24
Config
main = "src/index.js"
legacy_env = false
compatibility_date = "2022-03-08"
name = "image-cropper"
[env.dev]
route = "image-cropper-dev.SECRETDOMAINPLACEHOLDER/*"
Command
CLOUDFLARE_ACCOUNT_ID=*** CLOUDFLARE_API_TOKEN=*** wrangler publish --env dev
throws error.
Environment is created but no route trigger.
Error
Issue Analytics
- State:
- Created 2 years ago
- Comments:20 (9 by maintainers)
Top Results From Across the Web
Add a custom domain name - Power Apps - Microsoft Learn
Go to Portal Actions > Add a Custom Domain Name. A wizard opens to choose the SSL certificate. On the Choose a SSL...
Read more >Custom Domains · Cloudflare Workers docs
Custom Domains follow standard DNS ordering and matching logic. Custom Domains do not support wildcard records; as such, an incoming request ...
Read more >Troubleshoot Custom Domains - Auth0
See the following video on common issues with custom domains and refer to the sections below for troubleshooting steps for specific scenarios.
Read more >Custom Domains | Mendix Documentation
To upload the custom domain certificate, follow these steps: Click New in the Environments > Custom Domains tab. Click Upload Certificate, Chain ...
Read more >Troubleshooting custom domains and GitHub Pages
You can check for common errors to resolve issues with custom domains or HTTPS for your GitHub Pages site.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@caass via https://github.com/cloudflare/wrangler2/issues/603#issuecomment-1086659687, @modestaspruckus can reproduce this with an api token
Hey, it works now. Thank you guys !