Forward client headers with createTRPCProxyClient & Server-Side Helpers
With
For example below code fails authentication, cause cookies arent forwarded.
createTRPCNext i had the option to tap into the context.req object nextjs passed in, but I cant achieve the same with createTRPCProxyClient.For example below code fails authentication, cause cookies arent forwarded.