```js return fetch(new URL(request.url)); ``` I don't know if it'll work but I don't even think you
I don't know if it'll work but I don't even think you should just return a literal fetch
return fetch(new URL(request.url));
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.wrangler deploy ./changelog.js --name 'changelog' seems to have uploaded, but not sure where.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.git pushwrangler pages deploywrangler deploy ./changelog.js --name 'changelog'