This won't pass headers. The fetch with the full request *should* work, are you seeing anything in t
This won't pass headers. The fetch with the full request should work, are you seeing anything in the Pages log tail?

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 deployfunctions