How to set cookies in trpc response?
I have an app dir project that was created using this t3-app PR.
On the client I have a form and I am using the trpc react client:
and I have the following route defined:
This does not set the cookie though -- no
I have no idea how to access the response manually to add the header in either.
On the client I have a form and I am using the trpc react client:
and I have the following route defined:
This does not set the cookie though -- no
Set-Cookie header is in the response.I have no idea how to access the response manually to add the header in either.