[15.5.x] Fix CI#94281
Merged
Merged
Conversation
…86157) We use `https://next-data-api-endpoint.vercel.app` for most of our e2e test API calls. The `middleware-fetches-with-any-http-method` test suite was using `https://http-echo-kou029w.vercel.app`, which was soft-deleted recently, and that caused the tests to fail. Now we're using the `next-data-api-endpoint` for this test suite as well.
The `produces the expected middleware manifest` snapshot was authored on canary against the manifest shape introduced by #91239 ("Expose edge runtime fields in build-complete"), which adds an `entrypoint` field to middleware-manifest.json. #91239 is not in next-15-5, so the v15.5 build emits the manifest without `entrypoint`. Drop the line from the snapshot on this branch only; do not source-backport #91239. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
f1f766f to
7bafb82
Compare
Contributor
Tests PassedCommit: 3b69e52 |
746fc73 to
6b4f800
Compare
6b4f800 to
7a3f62e
Compare
eps1lon
commented
Jun 1, 2026
| "middleware": { | ||
| "/": { | ||
| "assets": [], | ||
| "entrypoint": "<entrypoint>", |
Member
Author
Otherwise we don't get native bindings due to EBADENGINE
7133d6d to
3b69e52
Compare
timneutkens
approved these changes
Jun 1, 2026
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 free
to 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.
Backports:
next-data-api-endpointfor Middleware HTTP method tests #86157The other fixes are due to tests using unpinned versions. The latest versions (e.g. Tailwind or
eslint-config-next) are no longer compatible with Node.js 18 (used in Next.js 15 CI).