Setting cookies on tRPC calls
Hey gang, I've been trying to figure out how to set cookies when making a tRPC response. With API routes its super easy - you just cookies(). But it sounds like trpc is more involved, and includes using ctx.headers. I also tried that, but I don't seem to be able to set any cookies in the browser.
0 Replies