Aditya Mathur
Aditya Mathur
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
@MarvinKR can you check if v0.4.6 solves this issue for you?
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
I need to write some tests 🙃
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
I am working on another issue right now, which might help this one too. Not sure but I will give it a try.
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
Interesting, can you share a reproduction of this? And create a issue over here - https://github.com/rhinobase/hono-openapi/issues
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
what version are you using of hono-openapi? @MarvinKR
46 replies
HHono
Created by MarvinKR on 2/24/2025 in #help
products/{id} APIs conflicting with products/my-products in generated doc with OpenAPI
This was resolved in v0.4.5
46 replies
HHono
Created by Shaun on 2/22/2025 in #help
Failed deploy with Hono, Vite and email event handler
That's a nice find!
33 replies
HHono
Created by Kodjo.ai on 8/29/2024 in #help
Combine SSR and Client Components without HonoX
For deno, the code should remain the same only, as you will require something like vite to bundle your client components
11 replies
HHono
Created by Kodjo.ai on 8/29/2024 in #help
Combine SSR and Client Components without HonoX
I have updated the example tho - https://github.com/honojs/examples/tree/main/hono-vite-jsx, it now uses vite
11 replies
HHono
Created by Chris on 12/7/2024 in #help
Lambda Edge
Can you share the link and mark this as solved?
4 replies
HHono
Created by Arthur on 11/27/2024 in #help
formdata get uploaded file
regarding the design? or are you still facing this issue?
16 replies
HHono
Created by lukas on 11/22/2024 in #help
Hono Graceful Shutdown: Bun
You can use bun serve with hono. hono instance has a fetch function which you can pass in bun.serve
2 replies
HHono
Created by haramman on 12/2/2024 in #help
Using TailwindCSS with Hono/JSX
You can either use the tailwindcss CDN file or use something like vite to compile your TailwindCSS. There are some examples in https://github.com/honojs/examples repo
5 replies
HHono
Created by meow on 12/1/2024 in #help
Abstracted routes but with context and types
You can use the same factory to create the app in hello.ts. So first abstract the createFactory logic in a separate file and use it's createApp function to create app for the both the routers
3 replies
HHono
Created by Enyel on 10/21/2024 in #help
Infer client openAPI
Hey there are some know issues with the @hono/zod-openapi, this might be one of those. I have created a middleware which helps with generating the OpenAPI Specs in your normal hono app, you can try that. https://github.com/rhinobase/hono-openapi
2 replies
HHono
Created by marcbejar on 10/19/2024 in #help
Git Autodeploy on Cloudflare
Seems like the issue could be related to how you have connected your GitHub Repo. I would suggest to ask this in the Cloudflare discord as those might be able to help you better regarding this.
3 replies
HHono
Created by mihaaai on 10/16/2024 in #help
Is there a way to get bindings outside the `c` Context of an inbound Request in Cloudflare Workers?
Then I think you should either ask them in their discord or create a discussion/issue on their GitHub regarding this.
10 replies
HHono
Created by mihaaai on 10/16/2024 in #help
Is there a way to get bindings outside the `c` Context of an inbound Request in Cloudflare Workers?
Yeah, this is perfect - https://www.better-auth.com/docs/integrations/hono#mount-the-handler, just init the auth inside the function. honestly regarding the function if you are not running this on node then you are still init the auth on each request. If you are on node then you can just store the auth instance as a global variables once init.
10 replies
HHono
Created by mihaaai on 10/16/2024 in #help
Is there a way to get bindings outside the `c` Context of an inbound Request in Cloudflare Workers?
Like this Hono<{ Variables: { auth: any } }>()
10 replies