Thorlon
BABetter Auth
•Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
Have you tried a fresh project and maybe a different package manager? Worth a shot
Also could you give us your package.json file, or any other information about your setup?
13 replies
BABetter Auth
•Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Not having that issue. Was able to set it up and run better-auth on expo with no issues.
19 replies
BABetter Auth
•Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Amazing this is super helpful!
19 replies
BABetter Auth
•Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Makes sense - thanks for your quick replies! I’ll let you know how I get on.
19 replies
BABetter Auth
•Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Nice! I will give it a try! Thanks!
That will work in nextjs server actions and server side rendering?
19 replies
BABetter Auth
•Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Gotcha - yeah it would be on both hono and nextjs.
Client -> NextJS -> Postgres
Mobile Client -> Hono -> Postgres.
Postgres bring the same database instance.
Your suggestion is:
Client -> NextJS -> Hono -> database?
Where i forward the requests through to Hono or potentially directly to Hono and have NextJS ssr lookup using the Better Auth client?
19 replies