createServerSideHelpers() and createInnerTRPCContext()
Hey so I want to use
createServerSideHelpers
to pre-hydrate a query in a server side page. The context expects a req
object of type NextApiRequest
, but I don't have that inside GetServerSideProps
. What should I be doing?0 Replies