Ah well then, I beg your pardon, I have just started using cloudflare for about a month now so I'm s
Ah well then, I beg your pardon, I have just started using cloudflare for about a month now so I'm still a bit new to all of this.

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.

wrangler pages deployment tail [deploymentId/url]