Skip to content

Conversation

sommeeeer
Copy link
Contributor

@sommeeeer sommeeeer commented Mar 26, 2025

When doing pnpm build && pnpm start in app-router. You will get an error when trying to run the e2e test locally for /methods/post/formdata:

⨯ TypeError: Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".

The reason is this line:

const requestHeaders = new Headers();

I guess we need to pass in the request headers already coming in. Reason it works once deployed is because OpenNext doesn't remove them like next start.

I also removed an unused variable in /src/core/routing/middleware.ts

Copy link

changeset-bot bot commented Mar 26, 2025

⚠️ No Changeset found

Latest commit: 646b943

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

Copy link

pkg-pr-new bot commented Mar 26, 2025

Open in Stackblitz

pnpm add https://pkg.pr.new/@opennextjs/aws@799

commit: 785ed05

This reverts commit eb7d02f.
Copy link
Contributor

@conico974 conico974 left a comment

Choose a reason for hiding this comment

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

Thanks

@conico974 conico974 merged commit 404893a into opennextjs:main Apr 3, 2025
1 check passed
@sommeeeer sommeeeer deleted the remove-unused-variable branch April 3, 2025 11:26
vicb added a commit to opennextjs/opennextjs-cloudflare that referenced this pull request Apr 7, 2025
vicb added a commit to opennextjs/opennextjs-cloudflare that referenced this pull request Apr 7, 2025
vicb added a commit to opennextjs/opennextjs-cloudflare that referenced this pull request Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants