Skip to content
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

Request failed with status code 404 #735

Open
lzy728 opened this issue Dec 30, 2024 · 7 comments
Open

Request failed with status code 404 #735

lzy728 opened this issue Dec 30, 2024 · 7 comments

Comments

@lzy728
Copy link

lzy728 commented Dec 30, 2024

截屏2024-12-30 11 26 21
Describe the bug:

Steps to reproduce:
1.
2.
3.

Attu version:

Attu version:

@shanghaikid
Copy link
Collaborator

is your milvus working?

@lzy728
Copy link
Author

lzy728 commented Dec 30, 2024

is your milvus working?

yes

@lzy728
Copy link
Author

lzy728 commented Dec 30, 2024

Milvus version 2.5.1
Attu version 2.5.0

@lzy728
Copy link
Author

lzy728 commented Dec 30, 2024

截屏2024-12-30 11 28 54

@shanghaikid
Copy link
Collaborator

image

I've tested on my machine, mac, desktop attu, docker milvus 2.5.x(master brach). everything is working.

Do you have any network setting?
or do you have other programs opened 3000 port?
if so please close it and reopen attu.

@lzy728
Copy link
Author

lzy728 commented Dec 30, 2024

image

I've tested on my machine, mac, desktop attu, docker milvus 2.5.x(master brach). everything is working.

Do you have any network setting? or do you have other programs opened 3000 port? if so please close it and reopen attu.

Okay, okay, thank you

@nesbtesh
Copy link

You need to create a network between the two dockers in your local machine:

docker network create myNetwork
docker network connect myNetwork web1
docker network connect myNetwork web2

Then inspect the network by running:

docker network inspect myNetwork

The Milvus network IP should be in the parameter IPv4Address

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants