You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Push custom image in own docker hub
Edit the build-dev.sh file changing the image name with the custom, in this case I used
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:
curl -sfL https://raw.githubusercontent.com/milvus-io/milvus/master/scripts/standalone_embed.sh -o standalone_embed.sh
bash standalone_embed.sh start
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 imagenpm i --legacy-peer-deps
Attu version:
2.5.2
Attu version:
2.5.2
The text was updated successfully, but these errors were encountered: