Sia
Sia
Explore posts from servers
CDCloudflare Developers
Created by Sia on 3/13/2024 in #workers-help
Why isn't Cloudflare Pages / Hosting throwing 404s?
Workes like a charm, solved 🙂
7 replies
CDCloudflare Developers
Created by Sia on 3/13/2024 in #workers-help
Why isn't Cloudflare Pages / Hosting throwing 404s?
Thank you!
7 replies
CDCloudflare Developers
Created by Sia on 3/13/2024 in #workers-help
Why isn't Cloudflare Pages / Hosting throwing 404s?
Thank you! So, all I need is a top level 404.html?
7 replies
CDCloudflare Developers
Created by Sia on 3/12/2024 in #workers-help
URGNET: Github -> Cloudflare link broken? Commits to main do not lead to new deployments...
No description
3 replies
CDCloudflare Developers
Created by Sia on 3/12/2024 in #workers-help
URGNET: Github -> Cloudflare link broken? Commits to main do not lead to new deployments...
I solved this with a deploy hook. Also, Cloudflare detected instantly when I removed access to the repo, so the issue is likely on Github's side.
3 replies
CDCloudflare Developers
Created by Sia on 3/2/2024 in #workers-help
Python Worker with Pages - do I need separate repos?
This is now solved - I first set it up with AWS Lambdas and then I was approached on Twitter by a few nice people from Cloudflare who showed me what is about to be released from CF 🙂 https://twitter.com/siiiaaaaaaa/status/1763904558105809375
2 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
This is very useful, yes, I was a bit confused as I was mixing Workers and Pages Functions, I thought they were the same, yet there are a bit different ways and especially Pages is so neat to integrate with Github. Either way, I'm on CF for the long run. Keep advocating where I work that we don't really need AWS or GCP. I find AWS in particular complicates things unnecessarily, and straight out lacks some of the most important elements wrt retail websites (bot protection etc).
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
Chaika is referencing the convergence of Pages Functions with Cloudflare Workers. They are both Workers under the hood, with Functions having some additional Pages magic, which confuses things a bit when trying to learn the platform.
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
@Chaika this work like a charm, I'm very thankful.
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
Actually got quite far in an interview process but was a very senior management role and I probably feel better working closer to the code or the community 😁
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
I need to learn this anyway, some day I hope to work for CF 🙂
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
@Chaika ace! Just found it.
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
Would a wrangler.toml inside the functions folder (not in the root of the functions folder but inside the actual functions folder) do?
name = "submit"

# ...

kv_namespaces = [
{ binding = "messages", id = "06779da6940b431db6e566b4846d64db" }
]
name = "submit"

# ...

kv_namespaces = [
{ binding = "messages", id = "06779da6940b431db6e566b4846d64db" }
]
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
@Chaika Just going to prod directly, no dev.
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
@Chaika Oki, but how do I get the Functions to pick up the binding? A wrangler.toml file?
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How to set KV environment variables in the dashboard?
https://developers.cloudflare.com/workers/configuration/bindings/ - this is the docs I am following, under Configuration
20 replies
CDCloudflare Developers
Created by Sia on 12/12/2023 in #workers-help
How do I define the KV_NAMESPACE?
@Community Champion Could any of you look at this?
17 replies