`readBody` hangs
Hi, I have this code:
Is there any reason why code execution would hang at the
Is there any reason why code execution would hang at the
readBody line indefinitely?readBodyexport default defineEventHandler(async (event) => {
const body = await readBody(event)
console.log("body: ", body)
return true
})3.12.133.12.13