-
```
/**
* Welcome to Cloudflare Workers! This is your first worker.
*
* - Run `npm run dev` in your terminal to start a development server
* - Open a browser tab at http://localhost:8787/ to …
-
### Description
Please. Thanks. By
### Do you want us to assign this issue to you?
No
-
### Description
This issue proposes a **context-aware NPC dialogue translation solution** that uses Cloudflare’s CDN and Worker services to provide high-quality translations at minimal cost. By lev…
-
This project has been a life-saver helping to run MySQL queries from a Worker.
One issue causing some pain is intermittent "Failed to create WebSocket connection: 502 Bad Gateway" errors.
Debug …
-
### Description
Brought this issue up in #7137 and many agreed, **including Cloudflare employees**. though I think the Discord employee misunderstood me, he never replied after clarification given.…
-
If you're interested, I ended up implementing this via Cloudflare workers using this nginx config as inspiration.
1) Create a worker and add the javascript
```
export default {
async fetch(requ…
-
### Describe the bug
When using our package `@sentry/sveltekit` in a minimal SvelteKit app with `@sveltejs/adapter-cloudflare`, a build error is logged when the adapter is invoked (see [logs](#logs…
Lms24 updated
20 hours ago
-
Cloudflare worker app's export should be written as follow.
```
export default {
fetch: router.fetch
}
```
Otherwise, wrangler deploy will throw error.
> The uploaded script has no regi…
-
This might be far out there, but here goes...
Since WordPress is working with WebAssembly and SQLite based on this project, how about expanding the scope from testing to production with Cloudflare …
-
Cloudflare Workers will now support better NodeJS compatibility as announced [here](https://blog.cloudflare.com/more-npm-packages-on-cloudflare-workers-combining-polyfills-and-native-code/). However, …