Skip to content

Fix bedhost-ui deploy: pin wranglerVersion 4#275

Merged
nsheff merged 1 commit into
masterfrom
fix-wrangler-v4
Jun 16, 2026
Merged

Fix bedhost-ui deploy: pin wranglerVersion 4#275
nsheff merged 1 commit into
masterfrom
fix-wrangler-v4

Conversation

@nsheff

@nsheff nsheff commented Jun 16, 2026

Copy link
Copy Markdown
Member

The deploy-ui workflow failed because cloudflare/wrangler-action defaulted to installing wrangler 3.90.0, which can't read the modern ui/wrangler.jsonc (main + assets) and errors Missing entry-point. Pinning wranglerVersion: '4' (as our other Cloudflare workflows already do) fixes it.

Copilot AI review requested due to automatic review settings June 16, 2026 18:50
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 16, 2026

Copy link
Copy Markdown

Deploying bedhost-ui with  Cloudflare Pages  Cloudflare Pages

Latest commit: 3473c10
Status: ✅  Deploy successful!
Preview URL: https://1810f5d6.bedhost.pages.dev
Branch Preview URL: https://fix-wrangler-v4.bedhost.pages.dev

View logs

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the deploy-ui GitHub Actions workflow by explicitly pinning the Cloudflare Wrangler CLI major version to 4, preventing cloudflare/wrangler-action@v3 from defaulting to Wrangler 3.x which cannot parse the repo’s modern ui/wrangler.jsonc format.

Changes:

  • Pin wranglerVersion: '4' for the UI deployment step using cloudflare/wrangler-action@v3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@khoroshevskyi khoroshevskyi self-requested a review June 16, 2026 18:53
@nsheff nsheff merged commit b6d0ffc into master Jun 16, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants