streamSSE onAbort never triggered
Routing to a path that has a dynamic parameter, and is followed by a static parameter does not work
Hono tRPC Server body issue
@hono/trpc-server package which gives me middleware for trpc to run with hono. They even have an example with cloudflare workers and a d1 database, so I know it is possible to do what I am trying to do.
The problem I am having is that tRPC is not reading the body properly, or at all. Take this function as an example:
```ts...Server Side Events connection with AI sdk dropped on safari mobile
Tracing and opentelemetry
Hono for Large Scale Apps
RPC types not working with imported Zod Object
How to not break type inference with middleware?
How to properly type Variables bound to the context?
c.set(...) and I also noticed there is a generic type for that. However, I can't get it to work why I customize the type.
I want to say that I have a variable myVar bound which is of type MyClass. How can I achieve that?...How to respond (acknowledge) a request without returning?
res.send() and continue logic afterwards. How do I do that wioth hono?Using hono with bundlers (tsup)
"Module 'hono' declares 'Hono' locally, but it is not exported" when using moduleResolution set to bundler?
The only configuration I've found to work is strict ESM:
* "module": "nodenext"
* "moduleResolution": "nodenext"...Help setting up Hono RPC types between backend and Expo client
Hono RPC Type Inference Issues with Nested Routes in Monorepo
The recommended way to get the raw request body
await c.req.text() but idk about that. I know how to do it in express (req.rawBody) but it's kinda unintuitieve for Hono. So what do I do?react ssr with bun vite and hono
RPC, nested routing and types
/api/stores/:storeId/products. The storeId is not required in RPC because productsCollectionRoutes doesn't have the routing context of storesRoutes.
- It would be less verbose to declare routes with :id instead of :productId, but I guess that's wouldn't work in RPC as I would have two ids?
As you can see, I have different routes like:...Beginner: infer context type
`c.req.json()` makes my POST endpoint hang and timeout
hono with better-auth
swagger-ui and @hono/zod-openapi mismatch
app.use("/ui", swaggerUI({ url: "/api/docs" }));
app.use("/ui", swaggerUI({ url: "/api/docs" }));