Yusuke Wada
Yusuke Wada
I'll close this issue. As mentioned above, the Node.js adapter can handle the `IncomingMessage`. Then, we have the `@hono/vite-dev-server` [https://github.com/honojs/vite-plugins/tree/main/packages/dev-serve](https://github.com/honojs/vite-plugins/tree/main/packages/dev-server). You can use the `@hono/vite-dev-server`. Or if you want to...
Hi @benjamine Sorry, I'm late. If you use Vite for Cloudflare Workers, we currently recommend using `@cloudlare/vite-plugin`. With it, WebSockets will work well. For example, install it and apply the...
Great! I'm waiting for it.
Hi @PodTT Have you tried it? https://hono.dev/getting-started/vercel#node-js
I would like to investigate but I am busy cleaning up other Issues, I think it may be a Vercel issue but I am not sure. I will investigate when...
Hi @HugeLetters > This causes a bug if there's middleware which uses `.parseBody()` before validator - this populates `c.req.bodyCache.parsedBody` AND `c.req.bodyCache.formData`. Can you provide the concrete steps to reproduce that...
@HugeLetters Thanks! I'll check it later.
@HugeLetters Sorry for the late reply. I'm investigating it now. I've created a minimal code to reproduce it: ```ts import assert from 'assert' import { Hono } from 'hono' import...
Hi @geommr ! @monoald Can you handle this?