Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(electron): fetch fails with "Error: terminated" (issue seems to a…
…lready be resolved at nodejs/undici#2603) - undici is what node's fetch uses behind the scenes - updating to the latest version of undici fixes the issue Stack trace of the error I was getting when I sent a POST request to https://test.playfabapi.com/Authentication/GetEntityToken: TypeError: terminated at Fetch.onAborted (node:internal/deps/undici/undici:11442:53) at Fetch.emit (node:events:514:28) at Fetch.terminate (node:internal/deps/undici/undici:10695:14) at Fetch.resume (node:internal/deps/undici/undici:11421:36) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { [cause]: Error: incorrect header check at Zlib.zlibOnError [as onerror] (node:zlib:189:17) { errno: -3, code: 'Z_DATA_ERROR' } }
- Loading branch information