7up
7up
TtRPC
Created by 7up on 9/12/2024 in #❓-help
NextJS App Routers with tRPC: can't call query on server component
Hi all, I'm folloing this guidline to setup nextjs with tRPC but it didn't work when I call the query on server componet: https://trpc.io/docs/client/react/server-components#getting-data-in-a-server-component The query wasn't show up when I call: await trpc.hello.query() Is there any config that I missed? Thanks!!
3 replies