Mattèo
Explore posts from serversUsing @hono/auth-js with one API server (auth) and one web server (front) ?
Thanks for your explanation, I completely understand the design choice of targeting full stack framework app, some devs like me have different needs in the age of "server first" / "RSC" / "meta-framework" 😅
17 replies
Hono + Bun + Better Auth 404 error when using app.route
Problem solved the
/api/auth/**
handler is not well written, change it to /api/auth/*
(PR that solve the issue in better-auth docs https://github.com/better-auth/better-auth/pull/1317)2 replies
Can't get the RPC typing
No problem, I just pasted what's in the docs https://hono.dev/docs/guides/rpc#compile-your-code-before-using-it-recommended
Do you have a better option ?
23 replies