This ReadableStream did not return bytes.
I'm doing something like this with nuxt/nitro:
My POST requests return nothing and the logs show:
This ReadableStream did not return bytes. - Works fine in localhost.
Does anyone knows what could cause the issue?1 Reply
If someone finds this, the trick is to use
textEncoder.encode if you don't it works locally but not on workers: