Http Patch request body does appears to not get parsed into json correctly
I am trying to use a nextJS app written for node to be used with deno , and I encounted this issue.
I showcase in the images bellow - basically a http patch endpoint in nextJS - receiving a request and then decoding it
It always returns undefined in deno while it works as expected in node and bun
Any suggestion as to what i could look into / change to fix it?
Images are of the same endpoint being called with the same input in Node - Bun - Deno
0 Replies