Medim
Explore posts from serversBABetter Auth
•Created by Medim on 3/12/2025 in #help
TypeError: list.filter is not a function.
there's an issue about it https://github.com/better-auth/better-auth/issues/1641
7 replies
BABetter Auth
•Created by Medim on 3/12/2025 in #help
TypeError: list.filter is not a function.
seems related to using redis as a secondstorage
7 replies
BABetter Auth
•Created by Medim on 3/12/2025 in #help
TypeError: list.filter is not a function.
cc @bekacru
7 replies
BABetter Auth
•Created by Medim on 3/11/2025 in #help
API endpoints timing out
and it's also being pinned by something to 1vcpu
6 replies
BABetter Auth
•Created by Medim on 3/11/2025 in #help
API endpoints timing out
those spikes are when I hit an auth endpoint
6 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
thanks.
9 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
I'll gladly open a PR to clear those misunderstandings in the docs once we sort it out here
9 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
On the nuxt specific guide, it also imports
'auth.config'
import { auth } from "~/utils/auth.config";
Which throws a ENOENT, correct would be just "~/utils/auth"
9 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
What is the right path? does it matter? or does Nuxt redirects
/server/api/auth
to [...all].ts
? a bit confusing9 replies
BABetter Auth
•Created by Medim on 1/22/2025 in #help
Type instantiation is excessively deep and possibly infinite.
There's also some inconsistencies in the docs.
https://www.better-auth.com/docs/integrations/nuxt#create-api-route
Says
Create a file inside /server/api called [...auth].ts
https://www.better-auth.com/docs/installation#mount-handler
If you select the nuxt section, it says to create it on /server/api/auth/[...all].ts
9 replies