icanflyit
Explore posts from serversAdding swagger to hono API
I believe hono openapi has a note about how the handle middleware hono instances, but the just is that it doesn’t change the return types of any middleware so if it’s your own middleware, you should define it using
new OpenAPIHono
instead of new Hono
4 replies
DTDrizzle Team
•Created by icanflyit on 8/19/2024 in #help
drizzle-typebox loses typechecking when used from another package
4 replies
DTDrizzle Team
•Created by icanflyit on 8/19/2024 in #help
drizzle-typebox loses typechecking when used from another package
4 replies
DTDrizzle Team
•Created by icanflyit on 8/19/2024 in #help
drizzle-typebox loses typechecking when used from another package
4 replies
How to do client side redirects
This is for an authentication guard (against an external server), since I have SSR the goal is that the authentication request is made from ssr and if it fails, it's redirected and the client never receives the page
13 replies
SSR Cookies
I'm still confused why my errors aren't being printed to console (Any error thrown inside a component shows an error on a screen but top level errors seem to just dissapear (and cause everything in that suspense to not render)
43 replies