Harri Salokorpi

Results 5 comments of Harri Salokorpi

I just encountered the same issue. The root cause appears to be that `yarn install` creates *absolute* symlink, and this causes issues if the file system (or directory) is cloned...

I have no access right now to a Windows machine in order to test, but [Node.js fs-module documentation](https://nodejs.org/api/fs.html#fs_fs_symlink_target_path_type_callback) seems to suggest that the above code would work, but would create...

Adding the warning to cookie middleware is probably a good idea. I reported the issue mainly because I was briefly confused with the issue, and a warning or error would...

No offense taken :) We do actually store only minimal set of data to session (token and username). It's the human error aspect and the ease of detecting it that...

> What shape does failing take? this is perhaps why middleware is the right spot for this. The failure is silent. Cookie does not get created or updated anymore on...