Asuveroz
10/01/2024, 5:12 PMlet 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.