I can’t access milvus attu. ForbiddenError.
and I was using attu 2.3.2 and then upgraded to attu 2.4.2.
I haven’t set anything like User, Role, etc.
here is the error:
POST 200 /api/v1/milvus/connect 154.498 ms @ ...
GET /api/v1/users 403 ForbiddenError: Can not find your connection, please check your connection settings.
GET 403 /api/v1/users 0.579 ms ...
GET 304 /api/v1/milvus/version 0.368 ms ...
My question is do I need to set user?
But, when connecting with pymilvus client, it connects without any authentication such as user, token, password, etc.
Thanks!