Antoni
Antoni
Explore posts from servers
BABetter Auth
Created by Antoni on 3/28/2025 in #help
[# Drizzle Adapter]: The model "team" was not found in the schema object. Please pass the schema dir
Forgot to generate the new schema for my db npx @better-auth/cli generate
3 replies
BABetter Auth
Created by Antoni on 3/22/2025 in #help
Stripe migration does not work
3 replies
BABetter Auth
Created by Antoni on 3/19/2025 in #help
INVALID_ORIGIN when I try to check organization slug or create
@bekacru in which auth-config? from better-auth? I just changed the .env (BETTER_AUTH_URL) to my new url without wwwthen it worked.
6 replies
BABetter Auth
Created by Antoni on 3/19/2025 in #help
INVALID_ORIGIN when I try to check organization slug or create
No description
6 replies
BABetter Auth
Created by Antoni on 3/19/2025 in #help
How can I prevent rerendering while changing route
The issue was in my sidebar I used an a tag instead of Link
<SidebarMenuItem key={item.title}>
<SidebarMenuButton asChild isActive={pathname.includes(item.url)}>
<Link href={item.url}>{item.title}</Link>
</SidebarMenuButton>
</SidebarMenuItem>
<SidebarMenuItem key={item.title}>
<SidebarMenuButton asChild isActive={pathname.includes(item.url)}>
<Link href={item.url}>{item.title}</Link>
</SidebarMenuButton>
</SidebarMenuItem>
3 replies
BABetter Auth
Created by Antoni on 2/7/2025 in #help
Organisation accept invitation throws error
Make sure the invitation is still pending
2 replies
BABetter Auth
Created by bwhitney on 2/7/2025 in #help
Organisation
No but the user need to be signed in
5 replies