823
Session cookie works on localhost but vanishes the moment I deploy Help
Login returns 200 and the header is definitely in the response, I can see it in the network tab. The very next request goes out with no cookie at all and the API returns 401. On my machine everything works, because the…