Yeah. You need to deploy the Worker with the DO first, then the Pages project after the DO is deploy
Yeah. You need to deploy the Worker with the DO first, then the Pages project after the DO is deployed.



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]
wranglerwranglergit pushwrangler pages deployfunctionswrangler deploy ./changelog.js --name 'changelog'wrangler pages deployment tail [deploymentId/url]