Does not work on deno
- Checkout the repo: https://github.com/mcandeia/hono-vite-dev-server-deno-repro-issue.git (started from https://remix.run/docs/en/main/guides/vite#getting-started)
- run
deno install - run
deno run dev - make a request and check that the headers are always empty
e.g:
curl "http://localhost:5173" -H 'X-Custom-Header: value'
Hi @mcandeia
I think this is not a @hono/vite-dev-server matter. This may be a Remix or hono-remix-adapter issue, but I'm not sure Remix fully supports Deno.
It does support @yusukebe I've been running remix + Deno2.0 succesfully in production since deno2 release. But you might be right, it could be somehow related to hono/node-server. instead
Seeing something similar as well. No Remix, just Deno + Hono. Repro: https://github.com/callmephilip/hono-vite-dev-server-deno-missing-headers
Correction: works fine on deno 2.3
Correction: works fine on
deno 2.3
This is good news! So this issue can be closed?