Error building create-t3-app: Page couldn't be rendered statically because it used `cookies`
I get the following error when building create-t3-app:
1 Reply
Dealing with the same error currently as well. Not using t3 app but am using trpc + next 13 app dir
It's specifically only occurring when I make a trpc call on a page/server component to a procedure that requires auth from cookies. Weirdly though if I call the same authentication function that trpc uses directly from the page instead it works, just not when trpc does it