Ilia

Results 4 comments of Ilia

I fixed this issue by checking is `request.headers.cookie` is string like this ```javascript let headerCookie = req.headers.cookie; if (typeof headerCookie !== 'string') { headerCookie = ''; } const parsedCookies =...

I this it's problem of `cookie` package and it ca be resolved by fix readme plugin template (changes in related mr)

And version_id is not unique

No, we aren't use `-allow-missing` flag. It is possible to `ORDER BY version_id, id DESC` and think it is solution of the problem @mfridman