texan
texan
CDCloudflare Developers
Created by Mubo on 3/27/2025 in #pages-help
Environment variables dissappeared ??
Do you manage vars in dash or wrangler? How did you push your new code (wrangler?)?
3 replies
CDCloudflare Developers
Created by beelzabub on 3/20/2025 in #workers-help
Multiple assets bindings within a single worker
Hey Vitali, yeah right now there's just only 1 "pool" of assets which are scoped for a worker. There would be no benefit to having multiple asset bindings at the moment.
3 replies
CDCloudflare Developers
Created by Andrew0091 on 3/18/2025 in #workers-help
Whats the best route to take to build PR previews?
You can generate a preview for any version (even if it's not deployed!). I would image your best route would be to do a wrangler version upload so you can access the preview url for those branches.
2 replies
CDCloudflare Developers
Created by Specy on 2/13/2025 in #pages-help
Error 1014 and instability
Hey @Specy , this is related to an incident that was just called. It's on our end, not yours, and we're working to fix it!
3 replies
CDCloudflare Developers
Created by Skins on 2/10/2025 in #workers-help
how to deploy already created project worker wrangler?
Your wrangler.json file specifies a staging environment. If you run npx wrangler deploy -e staging it will deploy my-worker-staging with the specified route and kv binding
9 replies
CDCloudflare Developers
Created by Skins on 2/10/2025 in #workers-help
how to deploy already created project worker wrangler?
add a -e staging if you want to deploy to the staging worker instead
9 replies
CDCloudflare Developers
Created by Skins on 2/10/2025 in #workers-help
how to deploy already created project worker wrangler?
Cool, yeah you can just run npx wrangler deploy and it will do the upload 🙂
9 replies
CDCloudflare Developers
Created by Skins on 2/10/2025 in #workers-help
how to deploy already created project worker wrangler?
Hey Skins, do you already have a wrangler.toml, or are you configuring things from dash?
9 replies
CDCloudflare Developers
Created by GhaztliousMoths on 2/6/2025 in #pages-help
Is it possible to have a comments section on pages?
You might find that Workers Assets is easier to work with, as there are a lot more Workers products that have compatibility (https://developers.cloudflare.com/workers/static-assets/compatibility-matrix/)
4 replies