-
Notifications
You must be signed in to change notification settings - Fork 672
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
Support for the [email protected] #691
Labels
Comments
pnkp
pushed a commit
to pnkp/serverless-express
that referenced
this issue
Oct 21, 2024
* upgraded to the [email protected], * adjusted the ServerlessRequest to the [email protected] implementation, * ran: npm audit and npm audit fix,
2 tasks
pnkp
pushed a commit
to pnkp/serverless-express
that referenced
this issue
Oct 24, 2024
* removed unnecessary workflows for the node.js 14 and 16, * updated the Node.js engine version to >= 18
brettstack
pushed a commit
that referenced
this issue
Oct 24, 2024
* feat: upgrade to the [email protected] (#691) * upgraded to the [email protected], * adjusted the ServerlessRequest to the [email protected] implementation, * ran: npm audit and npm audit fix, * feat: upgrade to the [email protected] (#691) * removed unnecessary workflows for the node.js 14 and 16, * updated the Node.js engine version to >= 18 --------- Co-authored-by: pantyporowicz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A new version of Express.js was recently released.
Unfortunately, the serverless-express does not support the new version.
The main issue occurs during request parsing with the body-parser. After updating to version 5.x, the request body is not parsed, and we receive a Buffer instance as the body
The text was updated successfully, but these errors were encountered: