-
### Environment
nodejs20
"nuxt": "^3.12.3",
wrangler:
```
compatibility_date = "2024-07-01"
compatibility_flags = ["nodejs_compat"]
```
### Reproduction
Just enable `nodejs-compat` in wrangle…
-
### Which Cloudflare product does this pertain to?
Cloudflare for SaaS
### Existing documentation URL(s)
- https://developers.cloudflare.com/cloudflare-for-saas/workers-for-platforms/worker-a…
-
Hi,
I find the [microblog document](https://fedify.dev/tutorial/microblog) has some notes about `Recently, cloud edge functions like Cloudflare Workers have also gained popularity as JavaScript run…
-
### Steps to reproduce
1. Create worker using `npm create cloudflare`
2. Import `youtuvei.js/cf-worker`
3. Instantiate a new innertube instance with the universal cache `Innertube.create({ cache:…
dct0 updated
3 months ago
-
### Feature description
I would like to recommend this integration suggestion with Cloudflare Workers. Currently, you can put secret keys directly in the cloudflare panel or using wrangler in the w…
-
PITFALL 1:
Please mention somewhere in SST docs that initializing outside of *a* function in Cloudflare workers is going to cause issues.
```javascript
/*
This is merely an EXAMPLE to demo a p…
-
-
We should be using Cloudflare Workers especially if Netlify requires hacks and workarounds like including the yarn executable in our bot source code.
_Originally posted by @pavlovcik …
-
Now that Baselime is tightly integrated with Workers can we add support for the Observability flag in wrangler?
https://developers.cloudflare.com/workers/observability/logs/workers-logs
https://x.com…
-
I'm attempting to deploy a Svelte app to Cloudflare Pages. The app builds, but I have two issues related to @nangohq/node that are keeping me from deploying. Could someone possibly point me in the rig…