tRPC in getServerSideProps
this is the code im writing in the getServerSideProps
javascript
getting this error "TypeError: Cannot read properties of null (reading 'useContext')"
I enabled ssr in the utils/trpc.ts file, still same error
javascript
getting this error "TypeError: Cannot read properties of null (reading 'useContext')"
I enabled ssr in the utils/trpc.ts file, still same error
