expressjs / cookie-parser

Parse HTTP request cookies
MIT License
1.99k stars 222 forks source link

Error when i get a cookie (req.cookies returns [Object: null prototype] {}) #122

Open jpsilvestrini opened 4 months ago

jpsilvestrini commented 4 months ago

image

image

jpsilvestrini commented 4 months ago

image

AndyYouens commented 4 months ago

getting same error as @suingues

any update?

dylanVDK commented 4 months ago

I'm getting the same issue, is their a stable version without this bug ?

FebArch commented 1 month ago

Try using req.cookie instead

DevSingh28 commented 3 weeks ago

I am also facing this same issue any solution?