Resource not found error while creating Launch property
Facing 'A resource you requested could not be found' error while trying to create property in launch.
Below is the complete error detail :
A resource you requested could not be found.
Details:
{
"lensCode": "generalError",
"dateTime": "Wed Aug 19 2020 17:27:40 GMT+0530 (India Standard Time)",
"message": "A resource you requested could not be found.",
"urlAtTimeOfError": "https://launch.adobe.com/companies/CO70810b11b9ba46099b57b891850a89c5/properties",
"networkResponse": {
"headers": {
"cache-control": "no-cache",
"content-length": "188",
"content-type": "application/vnd.api+json; charset=utf-8"
},
"status": 404,
"statusText": "Not Found",
"type": "cors",
"url": "https://reactor.adobe.io/properties/PR0ceef57e1a974eb9a319b14eea6eddac/hosts",
"textBody": "{\"errors\":[{\"id\":\"eccacce7-1d28-4433-b659-a9acd1a108a3\",\"status\":\"404\",\"code\":\"not-found\",\"title\":\"Record Not Found\",\"meta\":{\"request_id\":\"2Mr2M5orv3qRavM22ZNZ7jedbxT7ncPY\"},\"source\":{}}]}",
"body": {
"errors": [
{
"id": "eccacce7-1d28-4433-b659-a9acd1a108a3",
"status": "404",
"code": "not-found",
"title": "Record Not Found",
"meta": {
"request_id": "2Mr2M5orv3qRavM22ZNZ7jedbxT7ncPY"
},
"source": {}
}
]
}
}
}