The v2.2.0 nodejs fetch request hangs when you pass in more than 1 vector ID. (and yes, this is a paid namespace)
This works:
const fetchResult = await namespace.fetch(['id1']);
This hangs:
const fetchResult = await namespace.fetch(['id1', 'id2']);
I see that this works on my Mac dev machine, but on my ubuntu for the same index and credentials this hangs.
Hello @ederelk,
Thank you for posting on the forum.
We are currently experiencing a minor incident causing elevated latencies that could be causing this issue.
If the code provided works on your local machine, it should work on your Ubuntu machine; the issue may be related to the Ubuntu environment.
Is it hanging indefinitely? Could you provide a larger code snippet so we can look into this further?
Kind regards,
James