Medim
Explore posts from serversBABetter Auth
•Created by Medim on 3/12/2025 in #help
TypeError: list.filter is not a function.
entire error:
Is it bun related? im using bun + hono
7 replies
BABetter Auth
•Created by Medim on 3/11/2025 in #help
API endpoints timing out
I'm hosting a auth server on railway and the API just becomes unresponsive if I hit one of better-auth endpoints with my http client (httpie)
locally it works fine and it logs correctly:
(I added logs: console.log to the db config because I thought something was hanging there)
but on railway it hangs infinitely and crashes my api with a mem leak
worth mentioning i'm using bun + hono setup, there's nothing else in the api, just better-auth.
This is my auth.ts:
6 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
Been getting those type errors everywhere, Nuxt 3 project.
It happens on my utils/auth-client.ts (where I create and export a client, just like the docs says)
and everywhere else where I import this client.
9 replies
Use prisma globally in api routes
I have a question, is it possible to use the prisma client globally without having to import it everytime? I'm using Prisma + Turso so there's a bit more than just two lines of code to use the prisma client so adding it to every api file is a bit tiring, is there a way to make it available as a util/helper globally?
what is the best way to do it?
4 replies