Date: 2025-04-27 11:19:03
Score: 0.5
Natty:
The cookies()
function will work as expected if you modify the Cookie header on the request to match the Set-Cookie
header you set on the response.
https://github.com/vercel/next.js/discussions/50374
Reasons:
- Low length (1):
- Has code block (-0.5):
Posted by: BennoDev