avvo
Explore posts from serversLong Running AI Function
Hello!
I have a long running function 30-40s, and 50s worst case. Its doing some AI magic. I keep getting
Unable to transform response from server
or stream close
(httpBatchStream) when trying to execute the function. Its just a long running function, I do not need it to be streaming, just a bit longer running. Is there a way I can increase the length of which the stream closes on one TRPC mutation endpoint?
Or is there some other workaround here I am not seeing?3 replies
tRPC Monorepo w/ Package Path Aliases
Does anyone have a working example of tRPC's API router definitions in a package in a monorepo with path aliases working in that sub package? Something like
create-t3-turbo
but with path aliases in that API sub package. I see Julius has setup a great monorepo example, however I see in all the packages he is only using relative imports.
Is this possible?8 replies
BABetter Auth
•Created by avvo on 3/18/2025 in #help
Cookie not being set when using live lambdas
hey using a live lambda to proxy better auth to aws, however the cookies are not being set when calling
authClient.signIn
5 replies
BABetter Auth
•Created by avvo on 2/23/2025 in #help
Better-Auth CLI in Monorepo
Hello!
I am having trouble using the
generate
command in a monorepo. I keep trying to generate a schema for drizzle but keep getting Couldn't read your auth config
. I'm in a monorepo and have tried:
- running the command from root
- pointing to the config with --config
flag
- redirecting output with --output
flag
Does anyone have any tips to generate a schema in a monorepo?
Thanks3 replies
TTCTheo's Typesafe Cult
•Created by avvo on 10/30/2024 in #questions
Create T3 Turbo - Caller Not Exported

3 replies