js-writer

Results 7 comments of js-writer

@michaelwills I have the same error. I'm using chrome 64.0.3282.186 and browser doesn't open. When I add flag: const chrome = new Chrome({ flags: { headless: false } }); New...

@michaelwills Yes I'm sure it was at the most recent version of Chrome (Google Chrome and also on Canary) and I tested it on all systems (Windows/OSX/Ubuntu). So I think...

Try to add withCredentials: true to the request which create cookie in your server. For example when cookie is created when user is try to login, than add flag withCredentials...

Yes, it is not working. Cookie is set but value is empty... [Edit]: Ok it is working. In my case I forgot to add "withCredentials: true" also to login request....

Not anymore. But I don't remember how I fixed it. Probably download something different.

Thx for github code. Yes, I think it looks similar. [Edit] Checked on WSL and it is working fine. So it is Windows issue.