When I checked the plugin using Splunk AppInspect before submitting it, I reported the following error: curl -X GET -H 'Authorization: bearer REDACTED' --url 'https://appinspect.splunk.com/v1/app/validate/status/2a201454-38d8-4859-87f6-d15811316176'
{
"request_id": "2a201454-38d8-4859-87f6-d15811316176",
"links": [
{
"href": "/v1/app/validate/status/2a201454-38d8-4859-87f6-d15811316176",
"rel": "self"
},
{
"href": "/v1/app/report/2a201454-38d8-4859-87f6-d15811316176",
"rel": "report"
}
],
"status": "ERROR"
} How can i resolve it
... View more