T
tRPC

Request context from getServerSideProps

Request context from getServerSideProps

Nnehalist11/12/2022
The docs of tRPC context https://trpc.io/docs/v10/context
export async function createContext(opts: trpcNext.CreateNextContextOptions) {
export async function createContext(opts: trpcNext.CreateNextContextOptions) {
But how to use this function from getServerSideProps (in order to use SSG helpers)?

Looking for more? Join the community!

T
tRPC

Request context from getServerSideProps

Join Server