Terasumi
Terasumi
BABetter Auth
Created by reddevil777 on 4/28/2025 in #help
TRPC support
🫂
5 replies
BABetter Auth
Created by Sebastian on 4/28/2025 in #help
Im using the better-auth in a non-nextjs server to verify session and see this error.
for example this hono's header:
const session = await auth(db, c.env).api.getSession({
headers: c.req.raw.headers,
});
const session = await auth(db, c.env).api.getSession({
headers: c.req.raw.headers,
});
5 replies
BABetter Auth
Created by Sebastian on 4/28/2025 in #help
Im using the better-auth in a non-nextjs server to verify session and see this error.
just pass headers to it.
5 replies
BABetter Auth
Created by Abdi on 4/4/2025 in #help
Cloudflare Worker exceeded CPU time limit, while sign-up/email.
There are bug with cors, When i do exact this, it work. If i change to it will get error.
...
origin [c.env.CORS_ORIGIN, "localhost:3000", "localhost:8787"] // Won't work.
...
origin [c.env.CORS_ORIGIN, "localhost:3000", "localhost:8787"] // Won't work.
So I think we should set fixed value for cors trusted.
12 replies
BABetter Auth
Created by Abdi on 4/4/2025 in #help
Cloudflare Worker exceeded CPU time limit, while sign-up/email.
No description
12 replies
BABetter Auth
Created by Abdi on 4/4/2025 in #help
Cloudflare Worker exceeded CPU time limit, while sign-up/email.
No description
12 replies
BABetter Auth
Created by Abdi on 4/4/2025 in #help
Cloudflare Worker exceeded CPU time limit, while sign-up/email.
No description
12 replies
BABetter Auth
Created by Abdi on 4/4/2025 in #help
Cloudflare Worker exceeded CPU time limit, while sign-up/email.
I think this is some bug.
12 replies
BABetter Auth
Created by reddevil777 on 4/28/2025 in #help
TRPC support
5 replies