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

500 Internal server error #765

Open
robertovalenza opened this issue Feb 9, 2025 · 1 comment
Open

500 Internal server error #765

robertovalenza opened this issue Feb 9, 2025 · 1 comment

Comments

@robertovalenza
Copy link

robertovalenza commented Feb 9, 2025

Describe the bug:
When I run in local the folder client, after have been installed all the packages with npm and start the milvus server on Docker, I go on the link: http://localhost:3001/ and I receive this error:
socket__io-client.js?v=92aee5fa:896
GET http://localhost:3001/socket.io/?milvus-client-id=a4mh3d&EIO=4&transport=polling&t=PJgiSpr 500 (Internal Server Error)

Steps to reproduce:

  1. curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh
  2. bash standalone_embed.sh start
  3. docker run -p 8000:3000 -e MILVUS_URL=milvus-standalone:19530 robeyez/attu:dev // I used the name of the docker container as the server ip and added a custom image
  4. Push custom image in own docker hub
  5. Edit the build-dev.sh file changing the image name with the custom, in this case I used
command docker buildx build \
  --platform linux/arm64,linux/arm/v7,linux/amd64 \
  --tag robeyez/attu:dev \
  --build-arg VERSION=dev \
  --file Dockerfile --push .
  1. Open client folder and execute npm i --legacy-peer-deps
  2. Go on http://localhost:3001/ and open console

Attu version:
2.5.2

Attu version:
2.5.2

@shanghaikid
Copy link
Collaborator

can you show me your docker log? all the attu errors will be exported there.

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

2 participants