Skip to content

docs: document ErrorBoundary caching behavior - #8912

Closed
maiieul wants to merge 1 commit into
claude/gracious-poitras-0f1723from
claude/eb-caching-docs
Closed

docs: document ErrorBoundary caching behavior#8912
maiieul wants to merge 1 commit into
claude/gracious-poitras-0f1723from
claude/eb-caching-docs

Conversation

@maiieul

@maiieul maiieul commented Aug 4, 2026

Copy link
Copy Markdown
Member

What is it?

  • Docs / tests / types / typos

Description

An SSR-caught boundary error still responds 200, so the router sends Cache-Control: no-store and skips its SSR cache — a route is not cached while it errors. Documents that cost and the way out: throw the failure as an error response (requestEvent.error(status, data)) when you want real error semantics instead of an inline fallback.

Follow-up to #8745; retarget to main after it merges.

@maiieul
maiieul requested a review from a team as a code owner August 4, 2026 20:32
@changeset-bot

changeset-bot Bot commented Aug 4, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 8765ff3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@maiieul maiieul self-assigned this Aug 4, 2026
@maiieul maiieul moved this to Waiting For Review in Qwik Development Aug 4, 2026
@maiieul maiieul closed this Aug 4, 2026
@github-project-automation github-project-automation Bot moved this from Waiting For Review to Done in Qwik Development Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant