Cannot load `hono` from JSR
jsr:@hono/hono
import which has worked for us for the past months:
import 'https://registry-staging.deno.com/@hono/hono/meta.json' failed: error sending request for url (https://registry-staging.deno.com/@hono/hono/meta.json): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided
import 'https://registry-staging.deno.com/@hono/hono/meta.json' failed: error sending request for url (https://registry-staging.deno.com/@hono/hono/meta.json): error trying to connect: dns error: failed to lookup address information: nodename nor servname provided
Is type augmentation for Variables in hono/env possible?
Variables
type (inside Env
).
I'd like to have c.var.db
to be of type Database
from
../lib/database
...
[RPC] is it possible to send a Blob on the body or I really need to use formdata in this case?
sentry is not a function
Websockets with honox
Scalar, hono and hono/zod-openapi
``
{
"message": "Unknown zod object type, please specify
type and other OpenAPI props using
ZodSchema.openapi`.",
"data": {...Vitest with Hono
throw new ERR_MODULE_NOT_FOUND [Nodejs Template]
How to separate code into files for each handler without loosing the hono RPC typesafety?
Hono RPC + Clerk Middleware in Next.js Server Actions/Components
clerkMiddleware
in Hono and was wondering if this is the correct way to make authenticated
requests with serverComponents
and server Actions
by simply forwarding the cookie value from the next/headers
. Should there any other headers be forwarded?
Here are the steps:
1) Add Hono Middleware...RPC Type confusion

How to add custom message to error Bearer Auth
Live Reload With Deno
Return early from middleware
Websockets connected clients count
Hosting Hono Bun on GCP Cloud Run
Type safety for middleware that sets context variables
user
to the context if they are. My middleware adds the type of this context variable per the docs:
```typescript
declare module "hono" {
interface ContextVariableMap {...Error per route
Use OpenAPI operationId inside Middleware
operationId
route value inside a middleware?FormData with images and string