avvo
avvo
Explore posts from servers
TtRPC
Created by avvo on 4/5/2025 in #❓-help
Long Running AI Function
it feels like the server is returning 500 prematurely, this is why we are getting the "unable to transform error" but the function does complete... it just takes a bit
3 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
ran a service once that had its hottest endpoint serve 17mb of json 😭
12 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
yeah bandwidth would not be fun, make sure to gzip, but http can handle it
12 replies
TtRPC
Created by bill92 on 3/24/2025 in #❓-help
Use middleware on the router level
just create new procedures that are only used in the billing router
3 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
thats what i would do
12 replies
TtRPC
Created by Arxk on 3/26/2025 in #❓-help
How would I go about passing an image to the server using tRPC?
yeah just send it as an arraybuffer probably
12 replies
BABetter Auth
Created by MeesaWorldWide on 3/23/2025 in #help
pass discord ID to session
just add it to request context no?
5 replies
BABetter Auth
Created by MeesaWorldWide on 3/23/2025 in #help
pass discord ID to session
why do you need the discord id in the session object
5 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
specifically someApp <- trpc with trpc procedure definitions being imported by path alias
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
in any build system
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
of course, however i'm just wondering if you've worked in a repo with path aliases in subpackages
8 replies
TtRPC
Created by avvo on 3/22/2025 in #❓-help
tRPC Monorepo w/ Package Path Aliases
@julius Sorry for the tag, but might need some expert knowledge here.
8 replies
TtRPC
Created by zirkelc on 6/16/2023 in #❓-help
TypeScript Alias Imports don't get resolved ont the Client
can you show me a bit of that tsconfig and how you got the path aliases to work out?
12 replies
TtRPC
Created by zirkelc on 6/16/2023 in #❓-help
TypeScript Alias Imports don't get resolved ont the Client
hi i know this is a long time ago but i'm having the exact same issue but having no luck setting up a shared tsconfig and the paths being respected
12 replies
BABetter Auth
Created by Cody on 3/16/2025 in #help
Server session untyped
i'm using better auth in a monorepo with no issues
9 replies
BABetter Auth
Created by Cody on 3/16/2025 in #help
Server session untyped
it may help to just share the reproduction
9 replies
BABetter Auth
Created by avvo on 3/18/2025 in #help
Cookie not being set when using live lambdas
secure was set on the cookie
5 replies
BABetter Auth
Created by avvo on 3/18/2025 in #help
Cookie not being set when using live lambdas
solved after some head banging
5 replies
BABetter Auth
Created by avvo on 3/18/2025 in #help
Cookie not being set when using live lambdas
however the cookie has a triangle above it... not sure why 😦 better auth being hosted on lambda behind api gateway v2
5 replies
BABetter Auth
Created by avvo on 3/18/2025 in #help
Cookie not being set when using live lambdas
No description
5 replies