SAROND
Results
2
comments of
SAROND
I found a simple solution, but I not sure if it the best idea. ```js cookiejar.setCookieSync(cookie, url, { ignoreError: true }) ```
This fix was taken from [fetch-cookie](https://www.npmjs.com/package/fetch-cookie?activeTab=readme#ignoring-errors), fetch-cookie uses a tough-cookie with ignoreError. Maybe there is a better solution to the problem. Any ideas?