weepa_ho3
weepa_ho3
BABetter Auth
Created by weepa_ho3 on 3/3/2025 in #help
Typescript error after upgrade to v1.2.1
adding
"baseUrl": ".",
"baseUrl": ".",
to my tsconfig fixed my problem
13 replies
BABetter Auth
Created by weepa_ho3 on 3/3/2025 in #help
Typescript error after upgrade to v1.2.1
@keytrap-x86 next-js inside of a turborepo.
13 replies
BABetter Auth
Created by weepa_ho3 on 3/3/2025 in #help
Typescript error after upgrade to v1.2.1
That was the first thing I tried, but unfortunately it didn't help.
13 replies
BABetter Auth
Created by weepa_ho3 on 2/4/2025 in #help
Update active organization after creation
@abt i got a better workaround. I call the refetch via the authClient after the success response
authClient.$store.notify('$activeOrgSignal');
authClient.$store.notify('$activeOrgSignal');
6 replies
BABetter Auth
Created by weepa_ho3 on 2/4/2025 in #help
Update active organization after creation
I looked at the source code and it appears to me that the refetch should actually be triggered. @admin Do you perhaps know what might be wrong here?
6 replies
BABetter Auth
Created by weepa_ho3 on 2/4/2025 in #help
Update active organization after creation
That would also be my approach to solving this, but it feels a bit unclean. I looked at the example and was hoping that I had simply done something wrong, but unfortunately, it behaves the same way there.
6 replies
BABetter Auth
Created by weepa_ho3 on 2/4/2025 in #help
Type error: Property 'getFullOrganization' does not exist on type 'InferAPI
nice! Thanks!
4 replies