Hi all,
I'm trying to get a backup for my collection and using collections API V2.
which is giving *https not installed* errors.
curl --location --request POST 'http://localhost:8983/api/collections' \
--header 'Content-Type: application/json' \
--data-raw '
{
"backup-collection": {
"name": "backup_.01",
"collection": "universal_v1",
"location": "https://drive.google.com/drive/u/0/folders/xxxxxxxx";
}
}
'
Errors received-
{
"responseHeader": {
"status": 400,
"QTime": 0
},
"error": {
"metadata": [
"error-class",
"org.apache.solr.common.SolrException",
"root-error-class",
"java.nio.file.FileSystemNotFoundException"
],
"msg": "java.nio.file.FileSystemNotFoundException: Provider \"https\" not
installed",
"code": 400
}
}


Please help if anyone has faced this issue or ways to resolve it.

Regards,
Neeraj giri

Reply via email to