Why use Hono for Next.js backend (route handlers)?
I'm creating a full-stack web app and probably using Next.js API/route handler: https://nextjs.org/docs/app/building-your-application/routing/route-handlers
I saw that Hono has a page about supporting it: https://hono.dev/getting-started/vercel#_2-hello-world
I'm curious what the point of using Hono in Next.js' route handlers is, instead of just using Next.js' default route handler (using 2 solutions (both support HTTP requests/responses) instead of simply 1)? Is it because the developer may prefer Hono's syntax? (FYI I'm not very familiar with backend development)...
Context not finalized
Im trying to build a S3 API and it returns this on every requests
...
Error: Context is not finalized. You may forget returning Response object or `await next()`
Error: Context is not finalized. You may forget returning Response object or `await next()`
Type checking with Hono + prisma + zod -> return json date (expect string)
HI, i m usin openAPi I declared return params in my route
```
const getUserRoute = createRoute({
method: 'get',...
Deploying Hono App to Multiple Runtimes
How can I deploy my Hono app to multiple different runtimes simultaneously within the same project? For example: Vercel Edge Functions, Netlify Edge Functions, and Fastly Compute.
Sourcemap Support for Sentry Middleware
There's some way to improve the DX of using Sentry with Hono? I'm receiving the issues on my Sentry dashboard, but the trace doesn't say anything where the error came from.
Does Hono Cloudflare Pages work with `@supabase/supabase-js`?
Logs
These were my errors on
bun run dev
, full logs attached.
```bash
9:21:29 PM [vite] Error when evaluating SSR module /node_modules/@supabase/node-fetch/lib/index.js:
|- ReferenceError: exports is not defined...Welcome To The Hono Help Forum
Welcome to the dedicated forum for Hono help. This platform is designed to ensure your questions about Hono are seen and addressed in a timely manner. If you have a question, please feel free to post it here. This forum serves as a direct line to finding the answers you need.
The previous help channel has been renamed to "quick-questions." So all information shared there has been preserved and will remain accessible.
If you find the solution to your query, you're encouraged to close your thread. This action helps us maintain a clean and organized forum....