You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Milvus Client connection to Zilliz Cluster from a non-local environment:
Error: 14 UNAVAILABLE: No connection established. Last error: connect ECONNREFUSED
This is the main error that I'm facing.
The issue is that my local project connects, but from a serverless function, or server, I get the message above.
I've tried using cluster tokens, and username/password for authentication - both working fine locally, same error when deployed.
Milvus version:
Zilliz Compatible With Milvus 2.4.x
I'm not 100% sure this is a bug, but hoping somebody can help out on hosting a client from a non-local environment.
I've ran into, and attempted to debug the following setups so far this week:
I've tried the Python SDK on Vercel: (serverless function memory limit reached)
Node.js on Vercel: (⨯ Error: ENOENT: no such file or directory, open '/var/task/node_modules/.pnpm/@zilliz[email protected]/node_modules/@zilliz/milvus2-sdk-node/dist/proto/proto/common.proto')
Node.js with NextJS (pretty much the same as above but I copied this project setup and still got the same error as above)
Deno on Deno Deploy (the main issue I'm referencing here)
I also understand that this could be an issue with Deno, Deno Deploy, Milvus, Zilliz. My guess is that it's related to GRPC connections on Deno Deploy, or something security/certificate related.
Appreciate any help :)
The text was updated successfully, but these errors were encountered:
Describe the bug:
When creating a Milvus Client connection to Zilliz Cluster from a non-local environment:
Error: 14 UNAVAILABLE: No connection established. Last error: connect ECONNREFUSED
This is the main error that I'm facing.
The issue is that my local project connects, but from a serverless function, or server, I get the message above.
I've tried using cluster tokens, and username/password for authentication - both working fine locally, same error when deployed.
Steps to reproduce:
Milvus-node-sdk version:
npm:@zilliz/milvus2-sdk-node@^2.5.4
Milvus version:
Zilliz Compatible With Milvus 2.4.x
I'm not 100% sure this is a bug, but hoping somebody can help out on hosting a client from a non-local environment.
I've ran into, and attempted to debug the following setups so far this week:
I also understand that this could be an issue with Deno, Deno Deploy, Milvus, Zilliz. My guess is that it's related to GRPC connections on Deno Deploy, or something security/certificate related.
Appreciate any help :)
The text was updated successfully, but these errors were encountered: