Uh oh!
There was an error while loading. Please reload this page.
Backport #2632: [web] Fix HTTP/2 in bundled server build so observability reads work - #2653
Closed
github-actions[bot] wants to merge 3 commits into
Closed
Backport #2632: [web] Fix HTTP/2 in bundled server build so observability reads work#2653github-actions[bot] wants to merge 3 commits into
github-actions[bot] wants to merge 3 commits into
Conversation
…2632) Signed-off-by: Peter Wielander <mittgfu@gmail.com>
|
Contributor
ContributorAuthor
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (106 failed)redis (21 failed):
turso (85 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
❌ Some E2E test jobs failed:
Check the workflow run for details. |
VaguelySerious
enabled auto-merge (squash)
June 26, 2026 01:23
karthikscale3
approved these changes
Aug 24, 2026
…port/pr-2632-to-stable # Conflicts: # packages/web/vite-plugin-node-require.ts
karthikscale3
commented
Aug 24, 2026
Contributor
these changes were backported to stable as part of #3233 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated backport of #2632 to
stable(backport job run).AI recommendation:
packages/webis maintained onstableand itsvite.config.tsalready uses the samessr.noExternal: trueundici-bundling profile that this fix targets, so the change applies cleanly to existing functionality. ThecreateRequirebanner is self-contained, guarded to be a no-op whenrequirealready exists, and does not depend on any main-only API — making it a safe, defensive correctness fix worth backporting even though HTTP/2 isn't yet enabled onstable.