WP-API / node-wpapi

An isomorphic JavaScript client for the WordPress REST API
http://wp-api.org/node-wpapi/
MIT License
1.68k stars 191 forks source link

IPV6 only sites are not working #505

Open githubuser441 opened 2 years ago

githubuser441 commented 2 years ago

Tried using node-wpapi on a website which only supports ipv6 and it returns: code: 'ETIMEDOUT',

githubuser441 commented 2 years ago

For others with this problem: As a workarround I fixed it by adding cloudflare to my site so it supports ipv4.