Unable to Set Cookie using NodeJS in Browser Application tab even its coming in response and also unable to use cookie in subsequent request
I am trying to store the auth token in the cookie once the user logged into the system. Then I want to use the auth token for subsequent requests. When I console (‘req.cookies’: req.cookies) the output is [Object: null prototype] {}