Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
All posts for Hono
How to implement proxy connections with hono?
Netlify error
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
is the client component `render` method hydration?
"Error: 'c.header is not a function' in Hono setCookie with tRPC Integration"
Module not found '.../index.ts' with Bun
getSetCookie is not a function
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
Zod validator not working
c.req.param() not work when using middleware combine
How to perform an async operation in Web Socket's onMessage?
Hono websocket with bun typescript issue
Hono RPC TypeScript error
How to prevent Server Error if no req body?
are there any way to check whether route exists in the router or not?
AppRouteHandler
Next.js 15.0.0 "FetchEventLike" type error
Append Authorization access token to RPC client in asynchronous way (amplify auth/cognito)
Infer client openAPI
Envs not extendable with `createFactory`
Can app.notFound be customized for each Hono instance?
Context is not finalized
Git Autodeploy on Cloudflare
Is there any way to mock cookies using testing helpers?
Is there a way to get bindings outside the `c` Context of an inbound Request in Cloudflare Workers?
Multipath route parameters in Hono
Vite plugin does not compile the commonjs module
Pass context to exception handler
SSR and Client components using Cloudflare pages
Cannot parse action at /api/auth/providers also /api/auth/error (Next Auth .vs Cognito AWS)
Need to generate new css with hash to burst cache
hono type definition not working (using hono first time)
JSX not working at all with just "bun add hono"
honox - not returning anything from POST, gives 404.
RPC AppType breaks if route is defined on a separate file
Is the request body parsed using a specific encoding?
Using honox, bun, vite and using islands folder, Hot Reload doesn't work
Nested form objects POST
how check the param is present. const my_id = c.req.param('id')
Bun Monorepo Hono RPC
Zod Openapi references
"Started server on" disable it in Bun
CORS Issue
Openapi query params
Using both `c.body` and `c.json` in an endpoint results in `response.json()` of `Promise<unknown>`
Deno .env...?
Adding swagger to hono API
Hono RPC
RPC type error - Unable to interop
How to pass and validate cookies (server<>server) ? (RPC)
SolidJS renderToString with Hono: Undefined or 'React not defined' error
Integration testing with test client and HTTP only cookies
Accessing .dev.vars outside of context
where do u host hono?
How to extend Hono's JWTPayload
streamText only returning one chunk
How to handle Websocket using "hono/vercel" running on NodeJS environment.
Returning multiple files as a stream
Client Response
How do I get rest params?
How to use Validator ? Context is not finalized
zod-openapi infering route handler type from route handler
Multiple platforms, same project
basicAuth context?
Looking for demo repo on how to implement tests
Weird bug: JSON data not making it to server: RPC
event.pathParameters not populated on AWS Lambda event object
Trace when body is consumed
Creating custom webhooks
How to keep SSE alive with PSQL?
Recommendation on libraries for relatively small project
server static file + caching
doc endpoint returns 500 with no errors in logs
Bun + Hono doesn't work for me.
How to work with node:cluster in Bun?
how to use with hono WorkerEntrypoint
Email Templates
Argument type string is not assignable to parameter type keyof E["Variables"]
Cloudflare KV not inserting values
Knex + Hono + Bun Connection Errors
Middleware errors are not being returned in response type
Hono SSE Stream Closing Unexpectedly After 10 Seconds
Combine SSR and Client Components without HonoX
How do I serve hono on https
Enforcing strict types for Hono's c.json() responses?
Sharing the app type from my hono api to my client in a monorepo
Setup Hono with Datadog APM?
tRPC subscriptions throw net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) with httpSubscriptionLink
Where Can I found WS api documentation ?
background jobs with Hono + Bun
Getting 504 Gateway-timeout error on hono serverless api
Handle websockets from Durable Objects
how can I specify the return type of the response of API response
Help Understanding Cache Middleware
WebSocket client not working
c.env.incoming already piped with an await?
Cannot load `hono` from JSR
Is type augmentation for Variables in hono/env possible?
[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
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
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
Error per route
Use OpenAPI operationId inside Middleware
FormData with images and string
Hono client issues with newrelic?
Match both `/` and `/:id` routes the the same router
Server Sent Events
Zod why error
return early from Promise loop
Context how it work?
[zod-openapi] How to generate a separate requestBody component?
Issues with Cloudflare KV
conninfo doesn't check for x-forwarded-for?
RPC InferRequestType with Param gives "Property is incompatible with index signature."
Hono Scalar failed with Vercel serverless function
Adding Cron!
Using HonoX with React and react-three-fiber
Hono CORS lambda duplicate headers
Trouble with using `hono/cookie` helper with honox
What is the purpose of the <HasIslands> component?
Unable to get RPC working with the inferred input type
Nested islands in HonoX
how to use mongodb with cloudfare hono
zValidator Middleware Error
JSX.Element
How to upload a file and track it's progress on the client-side?
Cookies not available in other Route
Uploading a file using FormData from React Native to Hono
Sentry - hono/trpc/cloudflare workers
Custom response with bearerAuth
Enforce OpenAPI types
zValidator not coercing types correctly
Get the user IP address
Hono JS best practice for DRY
hono/jsx/dom not re-rendering on state change
JSX Element type
middleware redirect from HTTPS to HTTP
Synchronous function returns no value unless await
Using Vitest with Hono JSX // Error: Expression expected
Problems with Form POST in Safari and IOS
Can the queue only be defined in the root?
Hono-Sessions, Cookie-Store, working for multiple domains
How can I mount Cloudflare Durable Objects to a route?
struggles with routing with file extensions after optional path parameters
Hono is not working on netlify (Function crashed)
How to Resolve "Argument of type MiddlewareHandler Error"
How to resolve relative routes
Have you guys ever gotten websockets to work on Hono + `@hono/vite-dev-server` plugin?
status 200 with empty JSON
How to do filepath as a param in an RPC route?
How to use custom fetch method for Hono client?
Losing type information on Client for AppType
All GET/POST api calls returns Internal server error 500
TypeError: Response constructor: Invalid response status code 204
@hono/zod-openapi: How to write OpenAPI doc for middleware responses?
Experimenting with custom NextJS Server
How to set up and use a structured error format?
Ensuring Type Safety and Handling Optional JWT Fields in Hono Middleware
get with params not working
Can someone explain why types aren't inferred
hono logger with log levels
Serialization of Date?
unit tests with vitest, drizzle and d1
websocket issue
Using Hono through Bun inside a Node/Pnpm Monorepo
c.json() does not enforce OpenAPI return type
Type inference breaks after upgrading hono
ctx.req: readable stream
Module not found: Can't resolve 'path' with Hono Drizzle
unable to retrieve cookie value
Posting files in multipart/form-data gives empty string
[zod, bun]#openapi async/await doesn't work
where cookies??? where res?
How to debug Hono/HonoX in Visual Studio Code?
Does the context object get shared across all sessions?
middleware on a router level
Hono and 3rd party middleware on Deno
Can't get webhook path to work
hono-sessions not sharing state between routes.
Hot reload not working? (BUN)
Node.js does not work in Next.js
Is it possible to return only an image / file?
[solved] HtmlEscapedString not rendering?
validating arrays coming from forms
[solved] return type of request handler
[solved] route param validation with zod
Having middleware routes in RPC
Importing AppType to client defaults output to any types
How to use handlebars or pug in honojs?
How to handle multiple errors in (react query) using (hono rpc)?
Type 'Hono<App {...}>' does not satisfy the constraint 'Hono<any, any, any> Property '#private' in t
Is it safe to store user data with set/get?
ContextVariableMap not recognized during build from other package in monorepo
Is there a way to subscribe/publish with Hono webSocket middleware (for Bun)?
Combine JWT middleware with other middleware
Proper error logging and tracing?
What data should be sent from the client to use clerk middleware?
Websocket with Bun
Custom jwt middleware
Sentry middleware incomplete report
how i connect my hono application with supabase project
Using hono.js rpc on my expo router project
How can I format response in Hono
Seeking Help with Prisma Accelerate and Hono Setup in Turborepo
What is the correct project structure for RPC?
how to stop request that being processing by hono server from client?
Difficulty using OpenAPI registry parameters with createRoute
OpenAI Streaming doesn't work
Error: Missing Clerk Secret key
App breaks in RPC mode, works normally
Hono with Node
Websockets
Any way to modify the request path in middleware?
Handling promises resolvers with an in-memory `Map` object
zValidator middleware custom hook
Setting up Client Components
Seeking Guidance: Transitioning from Hono.js with Cloudflare Workers to AWS Lambda
How do I properly serve static files (generated by Astro)?
When there's an error on my typescript code on Hono, Vite Dev Server crashes, and doesn't restart
How to implement Oauth in Hono?
Failed to load .env file ".env": Error: ENOENT: no such file or directory
executionCtx.waitUntil on write service
Does Hono JSX do client-side hydration?
StreamSSE on http2
Optional params in hono/client
Send data to Hono
Client ip
What is the best way to handle the error?
Running `bun run dev` on a newly created Cloudflare Pages example spits an error
connect my hono application endpoints with swagger ui
How to set "credentials: true" in client side using rpc?
Cookies doesn't process
use Context to get vars from wrangler.toml
Connect Hono Cloudflare with MongoDB
Case insensitive query params
Password hashing
How to setup Hono with Remix/Cloudflare for Vite dev server?
Validate response objects
Hono Oauth Provider with JWT issue
Deploy Hono / Bun API
Is there a way to list all request headers ?
Typing Middleware JWT and others
How to generate openapi.yaml spec with Zod OpenAPI Hono?
Why use Hono for Next.js backend (route handlers)?
Context not finalized
Type checking with Hono + prisma + zod -> return json date (expect string)
Deploying Hono App to Multiple Runtimes
Sourcemap Support for Sentry Middleware
Does Hono Cloudflare Pages work with `@supabase/supabase-js`?
Welcome To The Hono Help Forum