workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
⚡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
Alternative to Workers that allows use of XMLHttpRequest
Webhooks, Websocket, SMTP and Drums, Push API with Workers
Workers Build "unlimited" builds not unlimited?
What do you use to hash passwords on Cloudflare workers?
Brotil compression not active.
Force country
Browser Rendering Env Binding in local dev is not set?
const browser = await puppeteer.launch(env.CRAWLER_BROWSER);
const browser = await puppeteer.launch(env.CRAWLER_BROWSER);
Error: [unenv] fs.readFile is not implemented yet when getting presigned url with s3 packages.
getSignedUrl
is executed.
```ts
...Connect a worker to AWS VPC via Tunnel
Simultaneous outgoing requests limit workarounds
Mock fetch in vitest tests using unstable_dev
unstable_dev
, and it works fine until I need to fetch
from an external service, which obviously fails.
I've tried all possible ways to nock/mock/intercept these requests. I even tried to mock the method that calls fetch inside a class instance, but nothing works.
I was wondering if anyone had any ideas? I looked into using @cloudflare/vitest-pool-workers
, but it forces me to set compatibility_flags = ["nodejs_compat"]
, which I would prefer not to do. Still, I did give it a go, but I get a weird typescript error, _os.platform is not a function
.
Any help would be very much appreciated, I've spent so many hours on this and I don't know what else to try...How to point Worker & NextJs app to the Same Local D1 Clone SQL File
apps
folder
1. apps/web
: my Nextjs Project hosted on cloudflare Pages
2. apps/linkp-worker
: my cloudflare worker to assist my main application...Local development proxy example getting a middleware error
Deploying Existing Next On Pages App to Workers.
🌎 Workers Browser Rendering Puppeteer Geolocation
D1 in workers constant query errors & timeouts
How to rate limit per hour?
Worker Schedule via Dashboard BUG?