wiktorpikosz
wiktorpikosz
I have very similarly a bug. But it's when I use nodejs 10. On nodejs 8.X works fine. It's very interesting and I can't fine a solution for this problem.
Thanks for your fast answer! I don't have this problem:  Maybe you have a ban, because has tested something on your localhost :D You can change IP? VPN?
Ok, thanks! Yeah, but pupeeteer uses headless and needs instance of chromium if I understand their description. It's barier for me.
My mistake in the client: ``` const httpClient = (url: URL, options: any = {}) => { return baseFetchHydra(url, { ...options, headers: getHeaders, }); }; ``` This was the reason...