I occasionally get errors Cannot read properties of null (reading 'pipeThrough'). Not sure what is causing them or how to mitigate, just wanted to report :)
Cannot read properties of null (reading 'pipeThrough')
Maybe res.body can be null. I added an extra check.
res.body
null
Thanks!
I occasionally get errors
Cannot read properties of null (reading 'pipeThrough')
. Not sure what is causing them or how to mitigate, just wanted to report :)Maybe
res.body
can benull
. I added an extra check.Thanks!