
You must create a Durable Object Worker and bind it to your Pages project using the Cloudflare dashboard or your Pages project's wrangler.toml. You cannot create and deploy a Durable Object within a Pages project.It needs to be already defined/created in a Worker.



wrangler to perform a direct uploadgit push to deploy, you do wrangler pages deploywrangler assumes you have already performed a build, it doesn't do anything(other than Functions bundling when using the functions directory) other than uploading.service core:user:__WRANGLER_EXTERNAL_DURABLE_OBJECTS_WORKER: Worker "core:user:__WRANGLER_EXTERNAL_DURABLE_OBJECTS_WORKER"'s binding "$DurableObject" refers to a service "core:user:worker", but no such service is defined.wranglerwranglergit pushwrangler pages deployfunctionsreturn fetch(new URL(request.url));