ctx.res.setHeader(
"Set-Cookie",
cookie.serialize("user-token", token, {
httpOnly: true,
path: "/",
secure: env.NODE_ENV === "production",
}),
); however in the console I receive this error