Emre

Results 4 comments of Emre

Hello @Shivam-002 as you said, I created the `.dev.vars` file as follows and did what you said, but the problem is still not solved. ```vars DATABASE_URL="db_url" BETTER_AUTH_SECRET="secret" BETTER_AUTH_URL="http://localhost:8080" ``` The...

Hey @joschan21, I used `auth.handler` in that way, I don't think the problem is there. The problem occurs in `src/lib/db.ts` (mentioned in first point) because there I try to get...

> > I use the auth instance returned from this function both in frontend and hono (as you gave in the api example) which is the problem i think. >...

> Just export the auth instance from jstack.ts, and the better auth generate command should work. alternatively you can use --config flag to provide the path. Yes this could be...