Medim
Medim
Explore posts from servers
BABetter Auth
Created by Medim on 3/12/2025 in #help
TypeError: list.filter is not a function.
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
maybe bun?
6 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 3/11/2025 in #help
API endpoints timing out
No description
6 replies
NNuxt
Created by Medim on 1/29/2025 in #❓・help
Clearable <USelectMenu>
@kapa.ai your :ui prop worked, thanks you beautiful piece of tech I hope you don't take my job in the not so near future.
14 replies
NNuxt
Created by Medim on 1/29/2025 in #❓・help
Clearable <USelectMenu>
@kapa.ai Didn't work, still janky and clicking the trailing button doesn't work, I tried using click.stop and click.prevent and still no success.
14 replies
NNuxt
Created by Medim on 1/27/2025 in #❓・help
Fixed column width in Nuxt UI UTable
dummy ai
18 replies
NNuxt
Created by Medim on 1/27/2025 in #❓・help
Fixed column width in Nuxt UI UTable
@kapa.ai Damn, that's overcomplicating something that was supposed to be simple
18 replies
NNuxt
Created by Medim on 1/27/2025 in #❓・help
Fixed column width in Nuxt UI UTable
@kapa.ai that didn't work
18 replies
NNuxt
Created by Medim on 1/23/2025 in #❓・help
UAuthForm autocomplete warning
Kapa solved it.
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 confusing
9 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