use await
import { cookies } from "next/headers"; const nextCookies = await cookies(); nextCookies.set("test", "test");