Can't connect to new database

Error Message

      at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
    errno: -3008,
    code: 'ENOTFOUND',
    syscall: 'getaddrinfo',
    hostname: 'sql211.infinityfree.com',
    fatal: true
  },
  original: Error: getaddrinfo ENOTFOUND sql211.infinityfree.com
      at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:108:26) {
    errno: -3008,
    code: 'ENOTFOUND',
    syscall: 'getaddrinfo',
    hostname: 'sql211.infinityfree.com',
    fatal: true
  }
}

Other Information

I’ve just created a database, and when trying to connect to it from a backend app I’ve created and It throws the error shown above.

You can’t do that. IF provides web hosting, not DB hosting.

9 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.