Even when I use the IP address for the hostname? ...
# community-help
a
Even when I use the IP address for the hostname?
let clientTypesense = new Typesense.Client({
'nodes': [{
'host': '[2600:1f10:...]',
'port': '80',
'protocol': 'http'
}],
'apiKey': 'b8a90...',
'connectionTimeoutSeconds': 2
})
In v1.8.0 I noticed an Axios update, but I'm not sure what caused the issue I'm facing.