You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#You can’t FTP through the Cloudflare proxy. The easiest way around it is to define a new DNS host, ftp.example.com, pointing to the server’s IP address, and make sure the proxy on that entry is off. Then connect to that with your FTP client.
This error I spent hours on. I fixed it on my own and am going nuts celebrating over here!
Error: getaddrinfo ENOTFOUND ***
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: '***'
}
Error: Error: getaddrinfo ENOTFOUND *** (control socket)
my workflow file is:
on: push
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
The text was updated successfully, but these errors were encountered: