Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add form data handler in the sdk middleware module #7325

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

bartoszherba
Copy link
Collaborator

Summary
The issue involves enhancing the middleware express app by allowing the addition of multiple body parsers. Currently, only the JSON body parser is available, which limits functionality for developers needing to implement file uploads.

Context
The middleware express app is currently configured to use only a JSON body parser. This restriction poses challenges for developers who require different body parsers for specific functionalities, such as file uploads.

SDK piece was required to properly send form data.

@bartoszherba bartoszherba requested a review from a team as a code owner November 22, 2024 12:44
Copy link

changeset-bot bot commented Nov 22, 2024

🦋 Changeset detected

Latest commit: af77ce4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@vue-storefront/sdk Minor

Not sure what this means? Click here to learn what changesets are.

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

@bartoszherba bartoszherba requested review from a team, grixu and FRSgit and removed request for a team November 22, 2024 12:44
@bartoszherba bartoszherba merged commit c9834f0 into main Nov 23, 2024
1 check passed
@bartoszherba bartoszherba deleted the feat/add-form-data-handling-in-middleware-module branch November 23, 2024 16:27
Copy link

sonarcloud bot commented Nov 23, 2024

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