I’m curious if anyone has used callers with the server-side validation. Because callers seem to exist outside of the global Next.js request scope, passing headers into getSession() doesn’t seem to be possible.
Id like to use all of my data access functions on the server through my tRPC procedures, but my context which contains session info calls headers() outside of the request scope.
Any experience/ideas?