[Vuejs]-Cant set cookie. Providing full code on codeSandBox of a back and a front. Does anybody see an issue. Thank you! Express + Vue 3 12 October 2023 by thecoderscamp.com 0๐ res.cookie("Cookie", "OBJ", { expires: new Date(Date.now() + 365 * 24 * 60 * 60 * 1000), httpOnly: true, secure: process.env.NODE_ENV === "development" ? false : true }); [Vuejs]-How to stop axios from sending nuxt-auth token to external apis? Source:stackexchange.com