mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 09:15:44 -04:00
[BUG]: Weaviate::Cluster not ready. #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ajeema on GitHub (May 6, 2024).
How are you running VectorAdmin?
Docker (local)
What happened?
I get an error that the weraviate cluser is not ready yet it is running and I have interacted with it directly via python.
Are there known steps to reproduce?
No response
@ajeema commented on GitHub (May 7, 2024):
found the issue, apparently localhost:8080 did not work but using http://host.docker.internal:8080 works