79506560

Date: 2025-03-13 13:17:43
Score: 1
Natty:
Report link

I’ve just written a post about this subject where I encountered these issues. You can find it here: Cookie issues with Passport: why are cookies not sent/stored?

For me, the reason was a missing header in my Nginx configuration:

proxy_set_header X-Forwarded-Proto $scheme;

Without this configuration, the Set-Cookie header cannot be sent.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AkaMirai9