Open noam-honig opened 1 month ago
Using express & cookie-session - some sessions are saved, others loose their signature and are disabled. It seems that the cookies are parsed wrongfully - only on web containers.
https://stackblitz.com/edit/stackblitz-starters-m9nszw?file=index.js
alex
The cookies should work consistently
When the cookie is saved it looks like this: And when it doesn't it looks like this:
No response
Describe the bug
Using express & cookie-session - some sessions are saved, others loose their signature and are disabled. It seems that the cookies are parsed wrongfully - only on web containers.
Link to the blitz that caused the error
https://stackblitz.com/edit/stackblitz-starters-m9nszw?file=index.js
Steps to reproduce
alex
is saved and worksExpected behavior
The cookies should work consistently
Parity with Local
Screenshots
When the cookie is saved it looks like this: And when it doesn't it looks like this:
Platform
Additional context
No response