Skip to content

[Browser Run] Add local dev workaround for quickAction() binding#31141

Merged
kathayl merged 4 commits into
productionfrom
kliao/quickaction-local-dev-workaround
May 30, 2026
Merged

[Browser Run] Add local dev workaround for quickAction() binding#31141
kathayl merged 4 commits into
productionfrom
kliao/quickaction-local-dev-workaround

Conversation

@kathayl
Copy link
Copy Markdown
Contributor

@kathayl kathayl commented May 29, 2026

What

Adds callouts documenting that the .quickAction() Workers binding method does not yet work in local development mode (wrangler dev). Users must use --remote or set "remote": true in their browser binding config.

Why

A customer (Ramp) hit this issue immediately after the changelog post went out. The error message (The RPC receiver does not implement the method "quickAction") is not obvious. This is a temporary workaround until BRAPI-1213 ships local support.

Where

  • Quick Actions index (/browser-run/quick-actions/) - new caution callout in Workers binding section
  • Wrangler reference (/browser-run/reference/wrangler/) - new caution callout below compat date note
  • Changelog post (2026-05-28) - new note callout about local dev limitation

Related

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 29, 2026

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/browser-run/ @mchenco, @cloudflare/product-owners, @celso, @kathayl, @dcpena, @meddulla, @simonabadoiu, @jonnyparris, @ruifigueira, @Refaerds, @omarmosid

Copy link
Copy Markdown
Contributor

@ask-bonk ask-bonk Bot left a comment

Choose a reason for hiding this comment

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

1 issue to address before merge.

MEDIUMsrc/content/docs/browser-run/quick-actions/index.mdx lines 44–77: Two caution admonitions in the same ### Workers binding section violates the style guide limit of one per section. Please merge them into a single caution.

LOWsrc/content/docs/browser-run/reference/wrangler.mdx line 82: The generic npx wrangler dev command appears directly after a caution stating Quick Actions require --remote in local development. Consider adding a qualifier (for example, “For general binding testing, run …”) to avoid confusion.

Suggested labels: browser-run, documentation.

Comment thread src/content/docs/browser-run/quick-actions/index.mdx Outdated
Comment thread src/content/docs/browser-run/reference/wrangler.mdx Outdated
@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented May 29, 2026

Posted a review on PR #31141.

Summary:

  • 1 MEDIUM issue flagged: src/content/docs/browser-run/quick-actions/index.mdx has two caution admonitions in the same ### Workers binding section, which violates the style guide rule of one admonition type per section. The author should merge them into a single caution.
  • 1 LOW issue flagged: src/content/docs/browser-run/reference/wrangler.mdx places the generic npx wrangler dev command immediately after a caution that Quick Actions require --remote. A qualifier would prevent reader confusion.
  • Changelog addition looks correct and properly scoped.

Suggested labels: browser-run, documentation.

No build-breaking issues (MDX syntax, imports, links) were found.

github run

@cloudflare-docs-bot
Copy link
Copy Markdown

cloudflare-docs-bot Bot commented May 29, 2026

Review

⏸️ Automatic reviews for this PR are paused.

This PR has already received 2 automatic reviews. To run another review, a codeowner can comment /review or /full-review.

Tip: Keep PRs in draft mode until they are ready for review — the bot skips draft PRs automatically.


✅ No style-guide issues found in commit 9f7869e.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.

@ruifigueira
Copy link
Copy Markdown
Contributor

LGTM

@kathayl kathayl merged commit 3dba6c5 into production May 30, 2026
15 checks passed
@kathayl kathayl deleted the kliao/quickaction-local-dev-workaround branch May 30, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants