79579225

Date: 2025-04-17 13:01:31
Score: 1.5
Natty:
Report link

You can forward cookies from the client to the api using the following snippet:

 const cookieStore = await cookies();

 headers: {
   Cookie: cookieStore.toString(),
 }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joshua Bolk