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
Using `ctx.waitUntil()` in SvelteKit environment
waitUntil()
method to run post-lookup operations after sending the client a response. after debugging an error I was getting, i found that ctx
itself was not being passed in the request object at all.
my +server.ts
code looks something like this:
```
export const GET = async (request) => {
const { ctx, env } = request.platform || {};...Basic Auth in i40west’s
Worker 403 error with custom headers, worked fine a few weeks ago
MTA-STS worker example serving policy data directly
reply
variable to your needs and add this worker to each domain as a custom subdomain mta-sts.<your_domain>
. This is a companion to -> https://github.com/fry69/certbot-cloudflare-dns-updaters
```ts
export default {
async fetch(request, env, ctx) {
const url = new URL(request.url);...D1 is so much slow : take 600+ms for a single user
const { results } = await env.DB.prepare(SELECT * FROM users).all();
return json(results);
...Durable object resets value on each request to Worker
next.js worker not finding environment variables
.env
file, the build works smoothly and as such believed the worker build environment would read from the environment variables ...Cron job runs in dev when it should be disabled
Need the confimation about my code
worker not returning google Oauth2 refresh_token
worker analytics have hits but sql * from dataset returns 0 rows
Is it possible to use the Rate Limit API within an app created with Astro?
Registered with the wrong Email
What happens when Email Workers go over the limit on a Worker/Page Free Plan?
mongodb
Cache API usage in worker to cache POST requests.
Worker request time increased drastically after deployment
Service bindings not working: Error - env is not defined
can a worker parse an JSON email attachment and connect with an API?