Description of the issue: I have an issue running a playbook that was working perfectly earlier. When I attempt to run the playbook there’s a message saying: “A request to the service API failed. Please check the error details”. I disconnect apollo and created a new API key and it did not fix the issue.
Error message (if aplicable): A request to the service API failed. Please check the error details
{
“type”: “ApiError”,
“module”: “object-storage-client”,
“operation”: “GET /r/playbook”,
“status”: 400,
“headers”: {
“access-control-allow-origin”: “*”,
“access-control-expose-headers”: “Link”,
“content-length”: “39”,
“content-type”: “application/json; charset=utf-8”,
“date”: “Fri, 24 Nov 2023 01:59:32 GMT”,
“etag”: “W/"27-uoMCSxfDzvwZy0bDLKfG0OxO0S8"”,
“x-powered-by”: “Express”
},
“code”: “FailedValidation”,
“message”: “object-storage-client failed to GET /r/playbook: (400)”,
“url”: “https://api.prod.bardeen.ai/storage/v1/r/playbook/yX1WCjf0NpiSn16lpO/%3Alatest”
}