/justin
TTCTheo's Typesafe Cult
•Created by /justin on 12/23/2023 in #questions
TRPC Client side fetch fails only in production
ended up being a dependency version issue i think (trpc or react query)... the queries were getting built wrong somehow as a result
4 replies
TTCTheo's Typesafe Cult
•Created by /justin on 12/23/2023 in #questions
TRPC Client side fetch fails only in production
4 replies
TTCTheo's Typesafe Cult
•Created by /justin on 12/20/2022 in #questions
Planetscale + Prisma Connection Pool Limits
Just experienced it on local for the first time right now, but became aware of the issue from a webhook event (on production) that should have been firing that seemed to always fail because of that error.
16 replies
TTCTheo's Typesafe Cult
•Created by /justin on 12/20/2022 in #questions
Planetscale + Prisma Connection Pool Limits
And shouldn't connections auto close when the code is done executing?
16 replies
TTCTheo's Typesafe Cult
•Created by /justin on 12/20/2022 in #questions
Planetscale + Prisma Connection Pool Limits
Yes using T3 stack, why would a new connection be opened on every page load? Is that the default behavior?
16 replies
TTCTheo's Typesafe Cult
•Created by /justin on 11/11/2022 in #questions
How to enable tRPC (v10) queries that don't have data passed in them
This ended up giving me the answer I needed
8 replies
TTCTheo's Typesafe Cult
•Created by /justin on 11/11/2022 in #questions
How to enable tRPC (v10) queries that don't have data passed in them
In case anyone else ends up here to do similar problems: https://github.com/TanStack/query/issues/3584
8 replies
TTCTheo's Typesafe Cult
•Created by /justin on 11/11/2022 in #questions
How to enable tRPC (v10) queries that don't have data passed in them
How do I make this baby not run
8 replies
TTCTheo's Typesafe Cult
•Created by /justin on 11/11/2022 in #questions
How to enable tRPC (v10) queries that don't have data passed in them
Ok I figured something out. Despite the enabled value being false, the query is still returning isLoading true indefinitely
8 replies