Yusuke Wada
Yusuke Wada
Hi @OxYz0n3 You can not write the handler outside from `app.openapi()`. If so type inference is not enabled.
Hi @aifirstd3v @divyam234 Do you have any idea?
Hi @msshw ! I tried your code on Cloudflare Workers with Wrangler, but it works well. So, I would like to know which platform/runtime you use.
Hi @Jarred-Sumner @msshw ! I have tried running that on Bun. Then I got the `Malformed JSON in request body` error, the same as @msshw. The result is the same...
@Jarred-Sumner Thanks for letting us know but It is still not working. I can find the minimal code to reproduce that issue: ```ts export default { fetch: async (req: Request)...
Ah, I see. I am waiting for it to be implemented:)
@Jarred-Sumner The content with `clone.blob()` will be blank. Does it mean that it is not implemented yet? ```ts const clone = req.clone() const blob = await clone.blob() console.log(blob.size) // 0...
@Jarred-Sumner Thanks!
Hi @Jarred-Sumner I've upgraded Bun to v0.7.2, but it's not be fixed. Could you check it?
Hi @ilshm Try to use `c.set()/c.get()`: https://hono.dev/api/context#set-get