This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: prevent random
ENOTFOUND
errors by explicitly using ipv4
Apparently it can happen that requests within node will randomly switch between ipv6 and ipv4 unless one of them is explicitly specified. I have configured ipv4 for now and that seems to fix it. See also: * axios/axios#444 * nodejs/node#5436
- Loading branch information