Skip to content

Feat/rsbuild#3

Closed
ScriptedAlchemy wants to merge 9 commits intomainfrom
feat/rsbuild
Closed

Feat/rsbuild#3
ScriptedAlchemy wants to merge 9 commits intomainfrom
feat/rsbuild

Conversation

@ScriptedAlchemy
Copy link
Owner

No description provided.

cursoragent and others added 6 commits February 8, 2026 04:30
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

⚠️ No Changeset found

Latest commit: 8d0e57d

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.

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

@autofix-troubleshooter
Copy link

Hi! I'm the autofix logoautofix.ci troubleshooter bot.

It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9c1a6b2c8a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +416 to +417
if (!isRedirect(value)) {
return undefined

Choose a reason for hiding this comment

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

P1 Badge Handle redirect metadata for response-like redirects

The new isResponseLike path is intended to support redirects coming from a different runtime realm, but getRedirectOptions immediately calls isRedirect, which still requires instanceof Response. In that case redirectOptions is always undefined, so redirect responses are treated as raw responses (X_TSS_RAW_RESPONSE) instead of serialized redirects, and client server-function calls won't trigger redirect handling. This affects both the success and error branches that now rely on getRedirectOptions.

Useful? React with 👍 / 👎.

if (!serverBuild?.fetch) {
return next()
}
req.url = joinURL(resolvedStartConfig.viteAppBase, req.url ?? '/')

Choose a reason for hiding this comment

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

P2 Badge Skip URL prefixing when assetPrefix is an absolute URL

This middleware rewrites req.url by prefixing resolvedStartConfig.viteAppBase, but that value is sourced from Rsbuild output.assetPrefix and can be a full CDN URL. When it is absolute (for example https://cdn.example.com/assets/), app requests are rewritten to CDN-prefixed paths before reaching serverBuild.fetch, causing route mismatches/404s in dev (and similarly in the prod middleware path).

Useful? React with 👍 / 👎.

cursoragent and others added 2 commits February 9, 2026 20:07
Co-authored-by: Zack Jackson <ScriptedAlchemy@users.noreply.github.com>
…on-refinement-1b7e

Branch implementation refinement
Restore the PR GitHub Actions workflow to the main-branch behavior because the quality-audit PR changes were not needed for feat/rsbuild.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ScriptedAlchemy
Copy link
Owner Author

Closing this fork PR in favor of opening the same branch against TanStack/router.

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.

3 participants