Espiau Nicolas

Results 3 comments of Espiau Nicolas

I've struggled a little, but I think I finally manged to get my cluster up and running. I still have some things to deploy to be sure everything works fine,...

hello, I'm facing the same issue with all kops versions from 1.22.5. Is there any workaround or bug fix?

For now I use only application/json bodies so I did that: ```javascript const myInternalVar:MyInternalType = JSON.parse(ctx.request.rawBody); ``` It's ugly but it works.