The response type cannot be obtained using Hono RPC and TanStack Query
How to implement proxy connections with hono?
Netlify error
netlify dev
, I get this error.
```bash
kiran@KiranMac my-app % netlify dev
◈ Netlify Dev ◈...Building HonoJS ts app
Strange error
Adding hono to existing node express project
Type Sharing between Nuxt and Hono
google auth
POST @hono/zod-validator seems to fail
{"success":false,"error":{"issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["source"],"message":"Required"}],"name":"ZodError"}}
{"success":false,"error":{"issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["source"],"message":"Required"}],"name":"ZodError"}}
is the client component `render` method hydration?
render
function was actually hydrating the UI.
Thanks for the answer!..."Error: 'c.header is not a function' in Hono setCookie with tRPC Integration"
TypeError: c.header is not a function. (In 'c.header("Set-Cookie", cookie, { append: !0 })', 'c.header' is undefined)
TypeError: c.header is not a function. (In 'c.header("Set-Cookie", cookie, { append: !0 })', 'c.header' is undefined)
Module not found '.../index.ts' with Bun
bun dev
it initally works fine until I hit save on the index.ts
file then I get an error error: Module not found '<path-of-project>/src/index.ts
.
The only way I can get it back to run is to restart the process completely...
Has anyone encountered this issue and is there any way to fix it?...getSetCookie is not a function
"TypeError: this[#res].headers.getSetCookie is not a function"
in my streaming logs. This didn't exist before....any option to have $post ignore json when we provide body via init: {body.. ?
any way to have different .notFound depending on parent path ?
NotFoundHandler TypeScript Error
adding generic error output type to App type
Hono not matching routes
Response loses type when specifying type arguments manually