-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'collectionsQueue') #612
Comments
Facing the same issue |
@shivamkr-rubrik try using the docker, it works for me |
it is successful! I use Attu:2.26 and milvus:2.2.13。Versions must match! |
try install other version client,if milvus level low attu ,then is possible show this error |
the version of milvus must be same with attu'version。works! |
thanks! image: zilliz/attu:v2.4.6 matched the version designated |
@andy-nhi Thanks. I also failed to use v2.4.8 but I could use v2.4.6 without any issues. |
I also have this error. Running Milvus 2.4.12 and Attu 2.4.8. If I use Attu 2.4.7 the error does not occur so this is a recent bug |
Describe the bug:
When trying to connect to Milvus db through the .exe installer, I have the error:
TypeError: Cannot read properties of undefined (reading 'collectionsQueue')
I can connect perfectly from pymilvus client
Steps to reproduce:
Attu version:
2.4.4
Attu version:
The text was updated successfully, but these errors were encountered: