Hello,
I had to downgrade to version 1.7.2 of typesense-js in Firebase functions due to an error I encountered in newer versions.
Error: AxiosError: getaddrinfo ENOTFOUND
hostname: '[My IPv6 server]',
syscall: 'getaddrinfo',
code: 'ENOTFOUND',
errno: -3008,
This error occurred every time I tried to use the search function.
Do you have any tips on how to resolve this issue so I can upgrade to the latest version?