cookies are returned as `object Promise` from RSC
not sure why this happens but here I am, based on the docs you should just be able to get cookies from any RSCs by calling
cookies().get(<name>)
however for some reason this is failing for me.
now using this on a page like
the cookies DO NOT have the SameSite
nor HttpOnly
options set1 Reply
logging the cookie itself shows this