Open IkeOTL opened 1 week ago
Thanks for raising this @IkeOTL
Unfortunately I cannot figure out how to disable the compression middleware
At the moment, I believe you can use this example to create a httpclient and then pass it to the request adapter constructor.
@rkodev Any chance this is related to compression handler issues at https://github.com/microsoft/kiota-typescript/issues/1442 as well?
I upgraded from
to
"@microsoft/kiota-bundle": "^1.0.0-preview.72"
And now I get this error when calling a POST function on a TS client generated using dotnet tool
microsoft.openapi.kiota = 1.19.1
error:It seems that kiota's serializer is providing a
Arraybuffer
while thevalidChunk
is expecting astring
orBuffer
. Maybe something is wrong with the compression middleware? Unfortunately I cannot figure out how to disable the compression middleware