[Support Feedback] Improve error handling, Wrangler debugging, and KV troubleshooting (Workers)#28996
[Support Feedback] Improve error handling, Wrangler debugging, and KV troubleshooting (Workers)#28996dmmulroy wants to merge 3 commits intocloudflare:productionfrom
Conversation
|
/bonk review this and suggest any fixes |
There was a problem hiding this comment.
Solid troubleshooting additions. Posted 3 inline suggestions — 1 medium, 2 low severity.
- MEDIUM:
transform-via-url.mdx— H3 headings (### Examples,### When to use URL format versus Workers) appear before any H2 in the page body (lines 30, 50). This skips a heading level (title is H1, then jumps to H3). These should be H2, or a parent H2 section should wrap them. - LOW:
install-and-update.mdxline 64 — barewrangler --versioninconsistent with existing section above which usesnpx wrangler --version. Since the page recommends local installation and running vianpx, the troubleshooting section should match. - LOW:
install-and-update.mdxlines 71, 77 — barewrangler deploycommands, same consistency concern withnpx.
|
Review submitted. Here's a summary of what I posted: 3 inline suggestions on PR #28996:
Everything else looked good — all internal links resolve correctly, code examples use the right components ( |
…pport macro audit SPM-3037
…angler consistently per bot review
a408238 to
8f58258
Compare
Summary
Adds troubleshooting guidance for common Workers platform support topics, based on an audit of active support macros.
Changes
Context
These changes are driven by recurring support cases. If you want to see the underlying support data (macro frequency, case volume by topic), reach out to @dmmulroy internally.