Fernando Carmona
Fernando Carmona
I've been doing some more research and it seems the error comes from here: https://github.com/oakserver/oak/blob/76dca1cb794ebffde216b4f33c4b632aca039002/body.ts#L241 As when the body comes empty comes as `undefined` and trying to run that same...
> I had a similar issue. I solved it with setting `Content-Length` header on the request to the body size. `` "Content-Length": `${JSON.stringify(body).length}` `` I'll check this! Thanks!
> Hey, did you find a solution for this? Nope, I decided to move from that and use a Dockefile in my repo instead. Not what I was expecting, but...