well, im now getting error undefined is not an object (evaluating 'event.node.req')
all im doing is trying to read the cookie
const session_id = getCookie(event, 'session_id'); @kapa.ai
@kapa.ai vue query has listed in their dependencies :
"peerDependencies": {
"@vue/composition-api": "^1.1.2",
"vue": "^2.6.0 || ^3.3.0"
}
why am i still getting the dependency error then?