upstash / qstash-js

Message queue for serverless
https://docs.upstash.com/qstash
MIT License
133 stars 11 forks source link

DX-943: Fix Malformed Body on Receive #101

Closed fahreddinozcan closed 1 month ago

fahreddinozcan commented 1 month ago

This PR fixes the TypeError: Body is unusable error caused by malformation of the original request body. We basically consume the body from the cloned request object, in order to preserve the orginal body.

linear[bot] commented 1 month ago

DX-943 QStash App Router Malformed Body Issue