Mikkel Svartveit
CDCloudflare Developers
•Created by connorads on 2/12/2025 in #pages-help
Querying pages functions logs
Also interested in this
5 replies
CDCloudflare Developers
•Created by Pawel on 4/9/2025 in #workers-help
How do I set secrets and environment variables for specific environments in the Workers dashboard?
Good find, that's nice to know. I think I'll hold off on migrating from Pages for now
4 replies
CDCloudflare Developers
•Created by Yash on 4/8/2025 in #workers-help
how to deploy Fastapi APP on Cloudflare
Not possible right now: https://developers.cloudflare.com/workers/languages/python/
"Currently, you can only deploy Python Workers that use the standard library. Packages cannot be deployed and will only work in local development for the time being."
2 replies
CDCloudflare Developers
•Created by Pawel on 4/9/2025 in #workers-help
How do I set secrets and environment variables for specific environments in the Workers dashboard?
I'm having a similar issue. I know that you can specify per-environment variables in wrangler.jsonc, and also upload secrets to a specific environment using Wrangler CLI. However, I see no way to do so in the dashboard, and I'm also not able to specify build-time environments for specific environments at all. This is blocking me from migrating to the new Workers.
Made a post about the build-time variables here: https://discord.com/channels/595317990191398933/1359464622188531753
4 replies
CDCloudflare Developers
•Created by Mikkel Svartveit on 4/9/2025 in #workers-help
Separate build-time variables per environment
I guess maybe the best way right is to create two separate workers connected to the same Github repo?
2 replies
CDCloudflare Developers
•Created by cole on 2/25/2025 in #workers-help
Variables not available in pages build?
@Walshy | Workers/Pages I see. I made a post here to explain my use case in more detail: https://discord.com/channels/595317990191398933/1359464622188531753/1359464622188531753
7 replies
CDCloudflare Developers
•Created by cole on 2/25/2025 in #workers-help
Variables not available in pages build?
@Walshy | Workers/Pages This worked perfectly for me with Cloudflare Pages, but with the new Cloudflare Workers Static Assets my variables are no longer accessible at build time. Is that intentional?
7 replies