Ryan Gillie
Explore posts from serversHow to forward headers (cookies) w/ Tanstack Start
I followed the example repository to get up and running, but I can't seem to get cookie-based authentication to work during the ssr pass. Just doesn't look like the headers are being forwarded on to the fetch call. I tried attaching
...(typeof window === 'undefined' && headers: getHeaders()})
to the createTRPCClient
call in router.tsx
which works in dev and fails in build (probably because that function isn't supposed to be used there). Any help would be appreciated!4 replies
TTCTheo's Typesafe Cult
•Created by Ryan Gillie on 6/3/2023 in #questions
GitHub Action Failing Type-Checks but Working Locally

54 replies
Transform Errors
I get really lazy with my prisma try / catch and was wondering the best place to handle those errors and make them more generic for the front end. I've looked at both https://trpc.io/docs/error-formatting and https://trpc.io/docs/error-handling, but not super sure which one it would be handled in.
Basically I just want to check if it's a prisma error, change it to a generic error, and change the message so the users won't know a unique key lookup failed for example
2 replies
TTCTheo's Typesafe Cult
•Created by Ryan Gillie on 11/14/2022 in #questions
tRPC useQuery ReturnType
Working on a custom auth provider (just wanted to do all the stuff myself, learn the flow, ya know) and trying to get the result of a trpc
useQuery
passed through context. I can't seem to figure out how to type the context, as the data
always comes out as unknown.
16 replies
TTCTheo's Typesafe Cult
•Created by Ryan Gillie on 9/22/2022 in #questions
SSR useQuery Breaking Page Transition
Technically using an infinite query, but I have an array of
Posts
that I'm prefetching, but when I use a next.js Link
I get an undefined error during the transition6 replies
TTCTheo's Typesafe Cult
•Created by Ryan Gillie on 9/19/2022 in #questions
tRPC Query being called client side even with dehydrated state
I have a trpc v10 prefetch in gssp, it's being passed in correctly and hydrated properly, but the query is still being called client side
9 replies
TTCTheo's Typesafe Cult
•Created by Ryan Gillie on 9/19/2022 in #questions
Next Future Image Rounded?

15 replies