Expand my Community achievements bar.

Who Me Too'd this topic

Avatar

Level 3

Hi there,

 

I was started a POC around event forwarding. When I was trying to create a new library in event forwarding property, it is failing and giving some error. Here I'm sharing the error details. Let me know anyone faced similar issues earlier, 

Details:

{
  "lensCode": "generalError",
  "dateTime": "Tue Sep 13 2022 14:27:49 GMT+0530 (India Standard Time)",
  "message": "An unknown error has occurred.",
  "urlAtTimeOfError": "https://experience.adobe.com/solutions/reactor-lens/eventForwarding/companies/COa60cd08e5d294f73bd8a289afbffd111/properties/PR450910d6b5d34c7695edc8018d4fc0f8/publishing/new?reactor-lens_version=prod20220906165305",
  "networkResponse": {
    "headers": {
      "cache-control": "no-cache",
      "content-type": "application/vnd.api+json"
    },
    "status": 409,
    "statusText": "Conflict",
    "type": "cors",
    "url": "https://reactor.adobe.io/properties/PR450910d6b5d34c7695edc8018d4fc0f8/libraries",
    "textBody": "{\"errors\":[{\"id\":\"b2517afd-3e66-46c3-9033-11a8b226cbf5\",\"code\":\"invalid-status\",\"title\":\"Invalid status\",\"detail\":\"cannot create a library with an environment having the failed status\",\"meta\":{\"request_id\":\"nMUIgIUFsXfj5sTh9eEqBjuIotNdqe4k\"},\"source\":{\"pointer\":\"/data/attributes/status\"}}]}",
    "body": {
      "errors": [
        {
          "id": "b2517afd-3e66-46c3-9033-11a8b226cbf5",
          "code": "invalid-status",
          "title": "Invalid status",
          "detail": "cannot create a library with an environment having the failed status",
          "meta": {
            "request_id": "nMUIgIUFsXfj5sTh9eEqBjuIotNdqe4k"
          },
          "source": {
            "pointer": "/data/attributes/status"
          }
        }
      ]
    }
  }
}

Thanks in advance

Who Me Too'd this topic