texan
CDCloudflare Developers
•Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
You mentioned
the dashboard shows error dialog.
Can you share the error details? What's the page you're on when the error occurs? Anything intetesting in the network tab?14 replies
CDCloudflare Developers
•Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
I'm able to import a new project from your button (though it fails in Cloudflare dash later for different reasons)
14 replies
CDCloudflare Developers
•Created by Deo Kumar on 4/3/2025 in #workers-help
Deploy to Cloudflare button doesn't work
Does it attempt to clone the repository? Do you see a build started for it?
14 replies
CDCloudflare Developers
•Created by darkpool on 4/3/2025 in #workers-help
Are event handlers necessary for RPC?
Yup, Workers expects a handler, even if you only want to invoke it via RPC. Workers need a defined way to process incoming requests.
3 replies
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 binding9 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 instead9 replies