-
-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Description
i am building a quite complicated project invovling grpc lib (i.e. Milvus sdk). I built the code into a single bundle.js using esbuild, and copy the proto folder to the file system which will be loaded by Milvus at runtime. All seems working great at first, but it turns out the SEA app cannot delete the vector from milvus, although there is no error.
The symptoms:
- SEA cannot delete vector, even though the code returns success
- Inserting vector has no problem in SEA
- "node bundle.js" has no problem with both delete and insert
Metadata
Metadata
Assignees
Labels
No labels