I am having an issue using SP-Config import, but there is no specific information on why the import is failing.
/beta/sp-config/Import:
{
"jobId": "7c6446c8-a153-4f45-bd25-84f7dfc1cb8f",
"status": "FAILED",
"type": "IMPORT",
"message": "Import halted because of errors. Download results for error details.",
"description": null,
"expiration": "2021-11-24T21:24:49Z",
"created": "2021-11-17T21:24:49.585Z",
"modified": "2021-11-17T21:24:53.784Z",
"completed": "2021-11-17T21:24:53.78Z"
}
/beta/sp-config/import/7c6446c8-a153-4f45-bd25-84f7dfc1cb8f/download:
{
"results": {
"SOURCE": {
"infos": [],
"warnings": [],
"errors": [
{
"key": "SOURCE_IMPORT_FAILED",
"text": "An error occurred importing source: 'SalesForce'",
"detail": {
"exceptionMessage": null
}
}
],
"importedObjects": []
}
}
}
However, when I run it in preview mode, there are no issues:
preview=true:
{
"results": {
"SOURCE": {
"infos": [
{
"key": "IMPORT_PREVIEW",
"text": "Object to be imported: [2c9180846b9a3536016baf5791145beb, SalesForce]",
"detail": null
}
],
"warnings": [],
"errors": [],
"importedObjects": []
}
}
}
Can you advise how to get more detailed logs to understand what the issue might be?