Update Troubleshooting
“Run pnpm run setup first”
Section titled ““Run pnpm run setup first””The clone has no database_id in wrangler.toml: either setup never finished, or a merge overwrote the value. Check git log -p -- wrangler.toml before re-running setup.
Update refuses to redeploy: Worker belongs to a different deployment
Section titled “Update refuses to redeploy: Worker belongs to a different deployment”A Worker of the same name in your account is bound to a different database. Run pnpm run setup and choose a new Worker name when prompted.
Unrelated histories
Section titled “Unrelated histories”Installs created before the Git-clone scaffold need one confirmed reconciliation merge. pnpm run update explains it and asks first.
Admin looks broken right after an update
Section titled “Admin looks broken right after an update”Cloudflare’s edge cache may briefly serve the old admin HTML. Wait a few minutes and hard-refresh.
Astro site did not change
Section titled “Astro site did not change”pnpm run update never updates a website. Use npx @kenresoft-cms/create astro --update in it.