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

The socket connection was closed unexpectedly. For more information, pass verbose: true in the second argument to fetch() #49

Open
happysalada opened this issue Sep 19, 2023 · 0 comments

Comments

@happysalada
Copy link

when you give a url to qdrantclient, the port is getting appended to the end of the url, this is wrong.
if you give QdrantClient({url: "https://qdrant.mydomain.com" })
the error received contains path: "https://qdrant.mydomain.com:6333/collections/my_collection" this is not a valid url and will generate the error.
if the url parameter is passed, no port should be appended to it.

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

1 participant