You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2025. It is now read-only.
🐛 fix(buffer in body): request body would not get parsed by nextjs
Coming from ApiGateway, the request.body would be parsed as Buffer, this is not sustainable for
parsing by NextJS into correct type - application/json. For this reason, we need to delete parsed
body and let nextjs do it's thing afterwards.
0 commit comments