TRPC with ensureQueryData/Prefetch
Hey Folks,
I'm having some issues with using trpc and fetching on the server before sending it down with trpc / tanstack query
am I doing something wrong here?

3 Replies
rare-sapphireOP•4mo ago
I feel like tanstack isn't sending any headers from the loaders requests?
foreign-sapphire•4mo ago
I literally just fought with this exact same problem a while back if it is with cookies.
Mind sharing a snippet of yours createTRPCClient?
I solve my problem using createIsomorphicFn and getHeaders

rare-sapphireOP•4mo ago
That was it! Perfect
Needed to use the createIsomorphicFn
Legend! Thanks