workers-help
pages-help
general-help
durable-objects
workers-and-pages-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-runtime
web3
š¤turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
logs-and-analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows
vite-plugin
[SvelteKit & Workers] Building from repo breaks webapp
pnpm wrangler deploy
to upload the files to be deployed. However, as the project scaled and I implemented proper git version management, I decided to utilize the building straight from the GitHub repo on commit. This comes in very handy when wanting to preview commits to the develop branch. However, whenever the project is build directly by Cloudflare Workers, the page just returns the 500 internal server error, no matter what I do. Considering that building locally and deploying works, what could be causing the Cloudflare build project to break?
Thx for any help š
If you need any extra info, just ask I will provide it right away š«”...An RPC stub was not disposed properly using meta frameworks
using
or [Symbol.dispose]()
dosent seem to work in those enviroments. You will run into framework errors like TypeError: products[Symbol.dispose] is not a function
(and if you check if Symbol.dispose exists before trying to dispose it never exists and you still get the error)
...Ramifications of the use of SSE in CloudFlare Workers
How to use advanced Sentry capabilities?
beforeSend
hook, but noticed there are 2 very different approaches that could be taken.
From Cloudflare: https://developers.cloudflare.com/workers/observability/integrations/sentry/
From Sentry: https://docs.sentry.io/platforms/javascript/guides/cloudflare/
...extract images from pdf in a worker via unpdf, and recognize text via AI
DDoS Protection for the Workers API, and Does the DDoS Billing Waiver Also Apply to D1/R2?
File System
Protect a Next.JS worker
Worker URL redirect broken, and deletion of worker doesn't do anything?
How do you setup development environments for workers that need to interact with local services?
Deploy to customersā CF worker? SSO?
Bug in Cloudflare dashboard

Is it possible to run Bun.js?
Error when deploying Worker that has binding to EU R2 bucket.
Create alert for high error rate on worker
Worker with --remote not working (Error 1104)
yarn wrangler -e dev dev --remote
yarn wrangler -e dev dev --remote
9354db749b4704ad
...The deploy with workers button no longer creates a fork of the original repo.
Best-practices and errors for CFworkers+Hono API in monorepo

Secret Store In Local Dev Mode?
npx wrangler dev
the console shows :
Secret "MDB_URI" not found
Well Okay the docs say :
``Local development mode...Worker dependencies failed as soon as Bun detected?
packageManager
as [email protected]
and installed devDependencies
of the same version of bun and Node 23.11.0
with BUN_VERSION
as the same version both in my wrangler script and in the web UI.
What's going on and what am I doing wrong?
```log...